BUG #3927: configure --with-gssapi fails - Mailing list pgsql-bugs

From Christian Ullrich
Subject BUG #3927: configure --with-gssapi fails
Date
Msg-id 200802041114.m14BEWv9081003@wwwmaster.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged online:

Bug reference:      3927
Logged by:          Christian Ullrich
Email address:      chris@chrullrich.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 .

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #3926: Typo in documentation
Next
From: "Christian Ullrich"
Date:
Subject: Re: BUG #3927: configure --with-gssapi fails