Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103593 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 96883 invoked from network); 12 Dec 2018 18:30:52 -0000 Received: from unknown (HELO atvie01s.evermeet.cx) (77.244.245.66) by pb1.pair.com with SMTP; 12 Dec 2018 18:30:52 -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 wBCEwF40000320 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 12 Dec 2018 15:58:16 +0100 DKIM-Filter: OpenDKIM Filter v2.10.3 atvie01s.evermeet.cx wBCEwF40000320 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=evermeet.cx; s=default; t=1544626696; bh=UAwnzyMAnqX6tpR+zT5hDja2OOTO+0y+p4Z4qN3svLQ=; h=Subject:To:References:From:Date:In-Reply-To:From; b=vQJ2D+2jf/g+ZYioD4R79U86nbjSwhZkpsCO+DJ6ktxlvXVmqYL9w0WH+Ea1ufwrR ai1cVRpOF6JO3NfI/pJTwrPBs2wyYJPiEVrSeQRVrvkSOhCrs4SPsw0LgiAV4u3W1z kr63V44/Jpypu3YH4SYQF5YITc2+NZaSYL9OeUHc= To: internals@lists.php.net References: Openpgp: preference=signencrypt Message-ID: Date: Wed, 12 Dec 2018 15:58:19 +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 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] configure bug with static openssl 1.1.1? From: tessarek@evermeet.cx ("Helmut K. C. Tessarek") On 2018-12-08 22:43, Helmut K. C. Tessarek wrote: > 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. > It seems that nobody thinks this belongs in this group. Can anyone tell me where I should post this question to? To the General user list, or the Installation issues and problems list? Cheers, K. C.