Doug Sampson wrote on 03.11.2011 00:08:
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

Try to build postgresql84-client with explicit disabling GSSAPI:
make -DWITHOUT_GSSAPI install.

--
Regards,
Ruslan

Tinderboxing kills... the drives.
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to