Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wAUNU-0001Rg-1p for pgsql-general@arkaria.postgresql.org; Wed, 08 Apr 2026 14:59:36 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wAUNQ-000Jl2-2o for pgsql-general@arkaria.postgresql.org; Wed, 08 Apr 2026 14:59:33 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wAUNQ-000Jks-1o for pgsql-general@lists.postgresql.org; Wed, 08 Apr 2026 14:59:33 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wAUNP-000000001LD-1jy3 for pgsql-general@lists.postgresql.org; Wed, 08 Apr 2026 14:59:33 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 638ExTaT3061855; Wed, 8 Apr 2026 10:59:29 -0400 From: Tom Lane To: Matthias Apitz cc: pgsql-general@lists.postgresql.org Subject: Re: configure && --with In-reply-to: References: <2040885.1775571708@sss.pgh.pa.us> Comments: In-reply-to Matthias Apitz message dated "Wed, 08 Apr 2026 08:57:24 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3061853.1775660369.1@sss.pgh.pa.us> Date: Wed, 08 Apr 2026 10:59:29 -0400 Message-ID: <3061854.1775660369@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Matthias Apitz 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