BUG #3927: configure --with-gssapi fails

Поиск
Список
Период
Сортировка
От Christian Ullrich
Тема BUG #3927: configure --with-gssapi fails
Дата
Msg-id 200802041114.m14BEWv9081003@wwwmaster.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #3926: Typo in documentation
Следующее
От: "Christian Ullrich"
Дата:
Сообщение: Re: BUG #3927: configure --with-gssapi fails