Re: configure && --with

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Matthias Apitz <guru@unixarea.de>
Cc: pgsql-general@lists.postgresql.org
Date: 2026-04-08T14:59:29Z
Lists: pgsql-general
Matthias Apitz <guru@unixarea.de> writes:
> but it still says in config.log

> ...
> configure:14192: checking for openssl
> configure:14210: found /usr/local/sisis-pap/bin/openssl
> configure:14222: result: /usr/local/sisis-pap/bin/openssl
> configure:14242: using openssl: openssl not found

You don't actually need to worry about that.  It's only trying to
report the result of "openssl version" for documentation's sake.
We don't use that executable for anything beyond that.

			regards, tom lane