Re: Configure with Openssl fails

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: postgres(at)infinite-drive(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: Configure with Openssl fails
Date: 2015-10-21 16:27:49
Message-ID: 5627BD05.4040504@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2015-10-21 16:28:24 Re: trouble downloading postgres 9.4 for RHEL 6.x
Previous Message Michael Hartung 2015-10-21 16:16:51 Configure with Openssl fails