upgrade of postgresql-contrib from 8.4.8 to 8.4.9 fails

Doug Sampson dougs at dawnsign.com
Wed Nov 2 20:09:01 UTC 2011


> As far i understand you built postgresql ports with enabled option
> GSSAPI (it is off by default). Disable it and rebuild postgresql.
> This
> gssapi support is broken.
> 

Okay, so I uninstalled postgresql84-server, did a 'make config' to exclude GSSAPI support, rebuilt the port from scratch. Now when I attempt to start postgresql84-server, I get this:

corvus-root@/usr/local/etc/rc.d# ./postgresql stop
/libexec/ld-elf.so.1: /usr/local/lib/libpq.so.5: Undefined symbol "GSS_C_NT_HOSTBASED_SERVICE"
corvus-root@/usr/local/etc/rc.d# ./postgresql start
/libexec/ld-elf.so.1: /usr/local/lib/libpq.so.5: Undefined symbol "GSS_C_NT_HOSTBASED_SERVICE"
corvus-root@/usr/local/etc/rc.d#

The 'make config' has the following options selected:

NLS
XML
TZDATA
INTDATE
SSL

Hm? I made sure that postgresql84-client did not have GSSAPI support selected.

~Doug


More information about the freebsd-ports mailing list