Re: [GENERAL] configure can't find libcrypto on MacOS Sierra for pg 9.6.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] configure can't find libcrypto on MacOS Sierra for pg 9.6.2
Дата
Msg-id 10293.1486918407@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [GENERAL] configure can't find libcrypto on MacOS Sierra for pg 9.6.2  (Jerry LeVan <jerry.levan@gmail.com>)
Ответы Re: [GENERAL] configure can't find libcrypto on MacOS Sierra for pg9.6.2
Список pgsql-general
Jerry LeVan <jerry.levan@gmail.com> writes:
> Hello, I am trying to build pg 9.6.2 on my MacOS Sierra but
> configure is being balky

Hmm, I'm not really sure why it's failing at that step --- it gets past
that for me.  Possibly looking into config.log to see if there's a more
detailed error report would be illuminating.  However, trying to build
against Apple's openssl libraries is a lost cause anyway, because they
removed the header files in Sierra.  So it will fail when it gets to
header file checks; where it stops for me is

checking for openssl/ssl.h... no
configure: error: header file <openssl/ssl.h> is required for OpenSSL

AFAIK the only way forward is to install a complete OpenSSL installation
from source, or using MacPorts or brew or other tool-of-choice.

Apple would really like people to start using their SSL infrastructure.
That handwriting has been on the wall for years, but nobody's gotten
around to writing the necessary interface logic for Postgres.

            regards, tom lane


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: [GENERAL] configure can't find libcrypto on MacOS Sierra for pg9.6.2
Следующее
От: Nikolai Zhubr
Дата:
Сообщение: Re: [GENERAL] Causeless CPU load waves in backend, on windows, 9.5.5(EDB binary).