Re: PG12.2 Configure cannot enalble SSL

2020-05-15 Thread Gavan Schneider
On 15 May 2020, at 22:27, Peter Eisentraut wrote: Then the next step is to check in config.log for the details of the test failure. (Search the file for "openssl/ssl.h" to find the right place.) Thank you, hopefully I’ll find my typos quicker this way configure:13101: checking

Re: PG12.2 Configure cannot enalble SSL

2020-05-15 Thread Gavan Schneider
On 15 May 2020, at 23:24, Tom Lane wrote: "Gavan Schneider" writes: HDRS=${HDRS}:"/usr/local/Cellar/openssl@1.1/1.1.1g/include" ... --with-includes=${HRDS} If that's an accurate copy of your script, spelling HDRS correctly would help. D’oh! More more proof I haven’t

Re: PG12.2 Configure cannot enalble SSL

2020-05-15 Thread Tom Lane
"Gavan Schneider" writes: > HDRS=${HDRS}:"/usr/local/Cellar/openssl@1.1/1.1.1g/include" > ... > --with-includes=${HRDS} If that's an accurate copy of your script, spelling HDRS correctly would help. regards, tom lane

Re: PG12.2 Configure cannot enalble SSL

2020-05-15 Thread Peter Eisentraut
On 2020-05-15 13:54, Gavan Schneider wrote: checking openssl/ssl.h usability... no checking openssl/ssl.h presence... no checking for openssl/ssl.h... no configure: error: header file is required for OpenSSL Then the next step is to check in config.log for the details

Re: PG12.2 Configure cannot enalble SSL

2020-05-15 Thread Gavan Schneider
On 14 May 2020, at 23:26, Tom Lane wrote: "Gavan Schneider" 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...

Re: PG12.2 Configure cannot enalble SSL

2020-05-14 Thread Tom Lane
"Gavan Schneider" 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...

PG12.2 Configure cannot enalble SSL

2020-05-14 Thread Gavan Schneider
Greetings: This problem may be related to several threads I have found, e.g., https://www.postgresql.org/message-id/29069.1575298784%40sss.pgh.pa.us Context: Building PG12.2 and need to enable SSL Previous version builds have been uneventful but I haven’t attempted to enable SSL