Re: PG12.2 Configure cannot enalble SSL - Mailing list pgsql-general

From Tom Lane
Subject Re: PG12.2 Configure cannot enalble SSL
Date
Msg-id 25085.1589462804@sss.pgh.pa.us
Whole thread Raw
In response to PG12.2 Configure cannot enalble SSL  ("Gavan Schneider" <gavan-pg-list@pendari.net>)
Responses Re: PG12.2 Configure cannot enalble SSL  ("Gavan Schneider" <gavan-pg-list@pendari.net>)
List pgsql-general
"Gavan Schneider" <gavan-pg-list@pendari.net> 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... no
>     checking for openssl/ssl.h... no
>     configure: error: header file <openssl/ssl.h> is required for OpenSSL

Offhand, I'll guess that you need to shorten the --with-includes
path to

    --with-includes=/usr/local/opt/openssl/include

What you are showing here would only work if the header file's full path
is

/usr/local/opt/openssl/include/openssl/openssl/ssl.h

which doesn't seem likely.

            regards, tom lane



pgsql-general by date:

Previous
From: otar shavadze
Date:
Subject: Re: Column reset all values
Next
From: Laurenz Albe
Date:
Subject: Re: Check what has been done for a uncommitted prepared transaction