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)
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