upgrade of postgresql-contrib from 8.4.8 to 8.4.9 fails

Ruslan Mahmatkhanov cvs-src at yandex.ru
Wed Nov 2 20:12:43 UTC 2011


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.


More information about the freebsd-ports mailing list