Search Postgresql Archives

Re: PG12.2 Configure cannot enalble SSL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Gavan Schneider" <gavan-pg-list@xxxxxxxxxxx> 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





[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux