php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21231 ./configure fails on cURL check
Submitted: 2002-12-27 22:17 UTC Modified: 2003-01-13 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: cj at ceejayoz dot com Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.3.0 OS: Linux - Red Hat 7.3
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-12-27 22:17 UTC] cj at ceejayoz dot com
Successfully obtained the PHP 4.3.0 release from anonymous CVS.

./buildconf ran successfully, however, ./configure fails with the following error:

"checking for cURL 7.9.8 or greater... configure: error: cURL version 7.9.8 or later is required to compile php with cURL support"

I updated cURL with the latest version (7.10.2) as evidenced by:

"[root@server php4]# curl -V
curl 7.10.2 (i686-pc-linux-gnu) libcurl/7.10.2 OpenSSL/0.9.6b zlib/1.1.3"

however, I still get the error when attempting to run ./configure.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-28 01:14 UTC] iliaa@php.net
I have no trouble compiling PHP 4.3 against curl 7.10.2, it is possible that curl library is not in the path or the path you've specified is incorrect.
Try putting the output of 'curl-config --prefix' as the value for --with-curl. Ex: --with-curl=`curl-config --prefix
 [2002-12-28 05:19 UTC] derick@php.net
Check also config.log which may have some information on why the check failed...

Derick
 [2003-01-13 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over 2 weeks, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 18:01:31 2024 UTC