The following bug has been logged online: Bug reference: 3927 Logged by: Christian Ullrich Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.0 Operating system: FreeBSD 6.3 Description: configure --with-gssapi fails Details:
./configure --with-gssapi fails when checking for gss_init_sec_context. Apparently, the reason is that an incomplete list of libraries is passed to the compiler. I managed to make it work by adding -lasn1 -lroken -lcom_err to the command line in configure.in . ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate