php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #75093 OpenSSL support not detected
Submitted: 2017-08-18 12:42 UTC Modified: 2017-08-18 12:42 UTC
From: remi@php.net Assigned: remi (profile)
Status: Closed Package: cURL related
PHP Version: 7.0.22 OS: GNU/Linux
Private report: No CVE-ID: None
 [2017-08-18 12:42 UTC] remi@php.net
Description:
------------
When running configure, curl detection for OpenSSL is broken

checking for cURL 7.10.5 or greater... libcurl 7.55.1
checking for SSL support in libcurl... yes
checking how to run the C preprocessor... cc -E
checking for openssl support in libcurl... no
checking for gnutls support in libcurl... no

In config.log
configure:4611: cc -o conftest -I/tmp/curl/include  -Wl,-z,relro  conftest.c  >&5
conftest.c:(.text+0xd9): undefined reference to `curl_version_info'
collect2: error: ld returned 1 exit status



Test script:
---------------
./configure --with-curl

Expected result:
----------------
checking for openssl support in libcurl... yes

Actual result:
--------------
checking for openssl support in libcurl... no

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-08-18 12:42 UTC] remi@php.net
-Assigned To: +Assigned To: remi
 [2017-08-18 12:53 UTC] remi@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=a7594cb74f0df0737b460153775e93010e923934
Log: Fixed bug #75093 OpenSSL support not detected
 [2017-08-18 12:53 UTC] remi@php.net
-Status: Assigned +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 10:01:30 2024 UTC