BUG #1489: configure confusion

Поиск
Список
Период
Сортировка
От rob delong
Тема BUG #1489: configure confusion
Дата
Msg-id 20050219190934.D179DF0B0C@svr2.postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      1489
Logged by:          rob delong
Email address:      radelong@delongview.com
PostgreSQL version: 8.0.1
Operating system:   RH 9
Description:        configure confusion
Details:

Not really a bug, but it confused me for a bit.  Thought you might want to
know.

On RH 9, configure using --with-openssl failed with ssl.h not found or
useable even though it was there.  Turns out openssl as installed by the RH
installation is compiled with kerberos support.  ssl.h includes kssl.h which
includes  krb5.h.  The last is stuffed into /usr/kerberos/include if you let
the RH installer do its thing.

Configure does not check /usr/kerberos/include for headers unless you tell
it.

If you add --with-includes=/usr/kerberos/include configure is happy.

BTW messages from configure were misleading, looked like it couldn't find
ssl.h, but inspection of config.log showed the actual error.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Tom Yeh"
Дата:
Сообщение: BUG #1487: Index problem
Следующее
От: "Alexis Wilke"
Дата:
Сообщение: BUG #1490: contrib .sql.in sed command bogus