Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103582 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 18723 invoked from network); 9 Dec 2018 01:17:29 -0000 Received: from unknown (HELO atvie01s.evermeet.cx) (77.244.245.66) by pb1.pair.com with SMTP; 9 Dec 2018 01:17:29 -0000 Received: from [192.168.178.28] ([194.106.246.136]) (authenticated bits=0) by atvie01s.evermeet.cx (8.15.2/8.15.2) with ESMTPSA id wB8LhthT008805 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 8 Dec 2018 22:43:56 +0100 DKIM-Filter: OpenDKIM Filter v2.10.3 atvie01s.evermeet.cx wB8LhthT008805 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=evermeet.cx; s=default; t=1544305436; bh=uSI/ytRuk4vFeJO9SAMmSK3S7C1E+B3SzMJ9S3ilCUw=; h=To:From:Subject:Date:From; b=IyLdcdCWU4pdiUm47ScRKOqim92qfUy/cQpodBXzPARjDDwI4tSG/UwvEhaBvs4iu USeFZSMQDzcklqqZRW51hCn6NQqDvGFAYyOCyQhadtIj9V4eCzATS/jUHkIgFxONor /bn8AO3rdqywl2dyDkT4DAQ6c6otVdKs1QFiswf4= To: PHP internals Openpgp: preference=signencrypt Message-ID: Date: Sat, 8 Dec 2018 22:43:55 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: configure bug with static openssl 1.1.1? From: tessarek@evermeet.cx ("Helmut K. C. Tessarek") Please don't bite my head off for posting to the internals list, but I think it is a bug in configure. If it is not, I'm more than happy to post it in the users group. I run into an error when trying to configure PHP 7.2.13 with a static openssl 1.1.1. The strange thing however is that using a static openssl 1.0.2 works. The error is as follows: checking for OpenSSL version... >= 1.0.1 checking for CRYPTO_free in -lcrypto... yes checking for SSL_CTX_set_ssl_version in -lssl... no configure: error: libssl not found! I've also tried to set: export PKG_CONFIG_PATH=/usr/local/ssl-1.1.1/lib/pkgconfig/ But it did not help. Here's my config.log: https://evermeet.cx/pub/logs/config.log (I've compiled Apache httpd successfully against this static openssl 1.1.1 version, so I know that it works.) Has someone seen this issue before? Any ideas why this is happening? Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /* Thou shalt not follow the NULL pointer for chaos and madness await thee at its end. */