Re: HowTo configure and compile with openssl and jdbc on

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: HowTo configure and compile with openssl and jdbc on
Дата
Msg-id 23529.1074828540@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: HowTo configure and compile with openssl and jdbc on  (chris@goforit.de)
Список pgsql-novice
chris@goforit.de writes:
> checking for openssl/ssl.h... no
> configure: error: header file <openssl/ssl.h> is required for OpenSSL

> Even so I checked, file IS there and read permission is granted.

I believe this error means that cpp failed on "#include <openssl/ssl.h>",
so there are more possible reasons for failure than whether the include
file itself exists.  For example, it might be trying to include some
other file that's not present.  It's pointless to guess with incomplete
information however.  Look in the config.log file to see exactly what
the compiler's failure message is.

            regards, tom lane

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

Предыдущее
От: Bill Moseley
Дата:
Сообщение: Hierarchal data
Следующее
От: Douglas Trainor
Дата:
Сообщение: Re: Hierarchal data