php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15869 Configure fails with curl 7.9.3
Submitted: 2002-03-05 03:42 UTC Modified: 2002-03-05 14:00 UTC
From: russel_oliver at yahoo dot com Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 4.1.2 OS: Linux-Mandrake
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: russel_oliver at yahoo dot com
New email:
PHP Version: OS:

 

 [2002-03-05 03:42 UTC] russel_oliver at yahoo dot com
Attempting to configure PHP 4.1.2 with command, 
./configure --with-mysql=/usr/local/mysql \
--with-xml --with-apache=/usr/local/apache \ 
--with-curl=/usr/local/curl \
--with-pspell=/usr/local/pspell \
--enable-shared-pdflib --enable-track-vars

where /usr/local/curl is a directory with properly 
installed curl 7.9.3.

when running  the above configure executable, error 
message is generated in "configuring extensions" section 
stating, 
checking for cURL greater than 7.8.1... ./configure: 
curl-config: command not found
configure:error: cURL version 7.8.1 or later is required 
to compile php with cURL support.

System has properly installed curl version 7.9.3 in 
/usr/local/curl

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-05 04:06 UTC] derick@php.net
Where is curl-config on your system?

Derick
 [2002-03-05 12:36 UTC] russel_oliver at yahoo dot com
curl-config is found twice on the system:
/usr/local/bin/curl-config  -and-
/usr/local/curl7.9.3/curl-config
 [2002-03-05 12:51 UTC] derick@php.net
Are those in your path? If they are not, include them in your path (only the correct one), and re-run configure.

Derick
 [2002-03-05 14:00 UTC] russel_oliver at yahoo dot com
PATH modification fixed problem. Thanks
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 02:01:29 2024 UTC