Re: [PATCHES] libpq.so linking problem on Solaris using --with-gssapi

2008-03-04 Thread Tom Lane
Bjorn Munch <[EMAIL PROTECTED]> writes: > The fix is simply to add "-lgss" to the list, as the attached patch > does. I'm pretty sure no other Makefiles are affected. Applied, thanks. regards, tom lane -- Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)

[PATCHES] libpq.so linking problem on Solaris using --with-gssapi

2008-03-04 Thread Bjorn Munch
When building PostgreSQL 8.3 on Solaris using the configure option "--with-gssapi", libpq.so is not linked correctly. This line in the libpq Makefile is selecting the appropriate linker options: --- SHLIB_LINK += $(filter -lcrypt -ldes -lcom_err -lcrypto -lk5crypto -lkrb5 -lgssapi_krb5 -lssl -ls