upgrade of postgresql-contrib from 8.4.8 to 8.4.9 fails

Sergio de Almeida Lenzi lenzi.sergio at gmail.com
Wed Nov 2 21:33:48 UTC 2011


Try this;
pkg_delete -f postgresql-server postgresql-client
make sure it has been removed...
than.....
cd /usr/ports/databases/postgresql84-server
make clean config
In the configuration menu UNMARK GSSAPI
then.... 
cd /usr/ports/databases/postgresql84-client
make clean config
In the configuration menu UNMARK GSSAPI
back to  server.......
cd /usr/ports/databases/postgresql84-server
make install
--------------------------
This will build libpq.so.5 without the gssapi.

For me this works....

Sergio


More information about the freebsd-ports mailing list