public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tom Lane <[email protected]>
To: Matthias Apitz <[email protected]>
Cc: [email protected]
Subject: Re: configure && --with
Date: Tue, 07 Apr 2026 10:21:48 -0400
Message-ID: <[email protected]> (raw)
In-Reply-To: <adTLHOYqTDxT6auA@pureos>
References: <adTLHOYqTDxT6auA@pureos>
Matthias Apitz <[email protected]> writes:
> Why the setting of '--with-ssl=/usr/local/sisis-pap/lib' as adviced by
> the help of ./configure:
> $ ./configure --help | grep 'with-ssl=LIB'
> --with-ssl=LIB use LIB for SSL/TLS support (openssl)
> is not used for the run check of the openssl binary as LD_LIBRARY_PATH?
If you had checked the manual, you would have read
--with-ssl=LIBRARY
Build with support for SSL (encrypted) connections. The only
LIBRARY supported is openssl, which is used for both OpenSSL
and LibreSSL.
So the argument is just pro-forma at the moment, although someday
maybe it will do something.
The options you need to use to point it at a non-default openssl
installation are --with-includes and --with-libraries [1].
regards, tom lane
[1] https://www.postgresql.org/docs/current/install-make.html#CONFIGURE-OPTIONS-BUILD-PROCESS
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: configure && --with
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox