Обсуждение: Configure with Openssl fails

Поиск
Список
Период
Сортировка

Configure with Openssl fails

От
Michael Hartung
Дата:
Hi,

being on OS X 10.11 (El Capitain) and trying a VPATH build with plain
"configure" and "make" works fine.

/Users/me/Documents/workspace/postgres/configure --with-openssl
--with-includes=/usr/local/ssl/include/openssl
--with-libraries=/usr/local/ssl/lib

fails and leads to:
...
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

Any ideas...?

Thanks in advance!
Michael






Re: Configure with Openssl fails

От
Adrian Klaver
Дата:
On 10/21/2015 09:16 AM, Michael Hartung wrote:
> Hi,
>
> being on OS X 10.11 (El Capitain) and trying a VPATH build with plain
> "configure" and "make" works fine.
>
> /Users/me/Documents/workspace/postgres/configure --with-openssl
> --with-includes=/usr/local/ssl/include/openssl
> --with-libraries=/usr/local/ssl/lib
>
> fails and leads to:
> ...
> 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
>
> Any ideas...?

I would say you need the OpenSSL development libraries.
>
> Thanks in advance!
> Michael
>
>
>
>
>
>


--
Adrian Klaver
adrian.klaver@aklaver.com