Re: PG12.2 Configure cannot enalble SSL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PG12.2 Configure cannot enalble SSL
Дата
Msg-id 25085.1589462804@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PG12.2 Configure cannot enalble SSL  ("Gavan Schneider" <gavan-pg-list@pendari.net>)
Ответы Re: PG12.2 Configure cannot enalble SSL
Список pgsql-general
"Gavan Schneider" <gavan-pg-list@pendari.net> writes:
>     -bash-3.2$ ./configure --with-openssl \
>     > --with-includes=/usr/local/opt/openssl/include/openssl \
>     > --with-libraries=/usr/local/opt/openssl/lib
>     ...
>     checking openssl/ssl.h usability... no
>     checking openssl/ssl.h presence... no
>     checking for openssl/ssl.h... no
>     configure: error: header file <openssl/ssl.h> is required for OpenSSL

Offhand, I'll guess that you need to shorten the --with-includes
path to

    --with-includes=/usr/local/opt/openssl/include

What you are showing here would only work if the header file's full path
is

/usr/local/opt/openssl/include/openssl/openssl/ssl.h

which doesn't seem likely.

            regards, tom lane



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

Предыдущее
От: otar shavadze
Дата:
Сообщение: Re: Column reset all values
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: Check what has been done for a uncommitted prepared transaction