The following bug has been logged online:
Bug reference: 3927
Logged by: Christian Ullrich
Email address: chris(at)chrullrich(dot)net
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 .