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 1wAMr0-002JV1-10 for pgsql-general@arkaria.postgresql.org; Wed, 08 Apr 2026 06:57:34 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wAMqy-005WiY-2L for pgsql-general@arkaria.postgresql.org; Wed, 08 Apr 2026 06:57:33 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wAMqy-005WiJ-19 for pgsql-general@lists.postgresql.org; Wed, 08 Apr 2026 06:57:32 +0000 Received: from ms-10.1blu.de ([178.254.4.101]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wAMqt-00000001B0o-3Ufq for pgsql-general@lists.postgresql.org; Wed, 08 Apr 2026 06:57:31 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=unixarea.de ; s=blu3434000; h=In-Reply-To:Content-Transfer-Encoding:Content-Type: MIME-Version:References:Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender: Content-ID:Content-Description; bh=wnjOmi272ISsLUj8uacxL0dpYAP962UvEEXdK1ZoJ+s=; b=QOoLw7C1N5Ww0NCAzl8ZIcifNa bszsIWty22LyBvXQqs4+9lQDJhUbCMzH5CwY/XZl3dd6SG3gJ2LwL+sR9HW8MVA+sajhrjPITUVMN /cUsxZnHpm1wHf4fRQZulQcFN9zOkqGEPW/2171yqMWRkZphKJCPLutrU6Jrhr8og11/sqSfrThuf RunUSBuQQJhwQgAOpLVHrY3MDiZHgnyUa7ErCOBFxUlh446kY6RoAzxcZq1SVzNy/ncJZZtoT9Mqk BzFHhrErncoi/Q8pTh0WCG4ksHUSLv5ojhZdvt5IeNg9MTl2fEZO2g65oQkWA8i6t9IHt+NsEypLg uGOzSSDQ==; Received: from [62.216.210.22] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1wAMqr-009fRL-6M; Wed, 08 Apr 2026 08:57:25 +0200 Received: from localhost.my.domain (c720-1400094 [127.0.0.1]) by localhost.unixarea.de (8.17.1/8.14.9) with ESMTP id 6386vOAt001385; Wed, 8 Apr 2026 08:57:24 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.17.1/8.14.9/Submit) id 6386vO7K001384; Wed, 8 Apr 2026 08:57:24 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Wed, 8 Apr 2026 08:57:24 +0200 From: Matthias Apitz To: Tom Lane Cc: pgsql-general@lists.postgresql.org Subject: Re: configure && --with Message-ID: Reply-To: Matthias Apitz References: <2040885.1775571708@sss.pgh.pa.us> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2040885.1775571708@sss.pgh.pa.us> X-Operating-System: FreeBSD 14.0-CURRENT r1400094 (amd64) X-message-flag: Mails in HTML will not be read! Please, only plain text. X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 62.216.210.22 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk El día martes, abril 07, 2026 a las 10:21:48a. m. -0400, Tom Lane escribió: > The options you need to use to point it at a non-default openssl > installation are --with-includes and --with-libraries [1]. ... > [1] https://www.postgresql.org/docs/current/install-make.html#CONFIGURE-OPTIONS-BUILD-PROCESS Thanks for your hints. I do use now: $ ./configure --prefix=/usr/local/sisis-pap/pgsql-18.3 \ --libdir=/usr/local/sisis-pap/pgsql-18.3/lib \ --with-includes=/usr/local/sisis-pap/include \ --with-libraries=/usr/local/sisis-pap/lib \ --enable-nls \ --with-perl \ --with-ldap \ --with-pam \ --without-icu \ --with-openssl 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 configure:14245: checking openssl/ssl.h usability configure:14245: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -m64 -I/usr/local/sisis-pap/include -m64 -I/usr/local/sisis-pap/include -D_GNU_SOURCE -I/usr/local/sisis-pap/include conftest.c >&5 configure:14245: $? = 0 configure:14245: result: yes ... The libs are in the correct place: $ ls /usr/local/sisis-pap/lib/libs* /usr/local/sisis-pap/lib/libssl.a /usr/local/sisis-pap/lib/libssl.so.3 /usr/local/sisis-pap/lib/libssl.so $ ls /usr/local/sisis-pap/lib/libcr* /usr/local/sisis-pap/lib/libcrypto.a /usr/local/sisis-pap/lib/libcrypto.so.3 /usr/local/sisis-pap/lib/libcrypto.so Any idea? Thanks matthias -- Matthias Apitz, ✉ guru@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub In Cuba bei der Ankunft eines Schiffes mit Rohöl: "Endlich, die Russen sind da! En Cuba al llegar un barco con crudo: "Por fin, los rusos llegan!" Wann kommen sie endlich zu uns? ¿Cúando llegan por fin para acá?