Date: Thu, 03 Nov 2011 00:12:30 +0400 From: Ruslan Mahmatkhanov <cvs-src@yandex.ru> To: Doug Sampson <dougs@dawnsign.com> Cc: ports@freebsd.org Subject: Re: upgrade of postgresql-contrib from 8.4.8 to 8.4.9 fails Message-ID: <4EB1A42E.80506@yandex.ru> In-Reply-To: <D358EEF1F9124D44B25B0ED225C8FDE615F3D4@hydra.dawnsign.com> References: <D358EEF1F9124D44B25B0ED225C8FDE615F3D2@hydra.dawnsign.com><D358EEF1F9124D44B25B0ED225C8FDE615F3D3@hydra.dawnsign.com> <4EB199D1.7080604@yandex.ru> <D358EEF1F9124D44B25B0ED225C8FDE615F3D4@hydra.dawnsign.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EB1A42E.80506>