From: | "Christian Ullrich" <chris(at)chrullrich(dot)net> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #3927: configure --with-gssapi fails |
Date: | 2008-02-04 11:14:32 |
Message-ID: | 200802041114.m14BEWv9081003@wwwmaster.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
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 .
From | Date | Subject | |
---|---|---|---|
Next Message | Christian Ullrich | 2008-02-04 17:13:56 | Re: BUG #3927: configure --with-gssapi fails |
Previous Message | Tom Lane | 2008-02-03 16:24:49 | Re: BUG #3926: Typo in documentation |