Configure with Openssl fails

From: Michael Hartung <postgres(at)infinite-drive(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Configure with Openssl fails
Date: 2015-10-21 16:16:51
Message-ID: 5627BA73.9020405@infinite-drive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2015-10-21 16:27:49 Re: Configure with Openssl fails
Previous Message Adrian Klaver 2015-10-21 16:07:59 Re: trouble downloading postgres 9.4 for RHEL 6.x