I've got an error with ./build php

Avenueduweb

Verified User
Joined
Jun 8, 2004
Messages
115
Hello,

When i put that in shell :

./build php

I've got this error :

checking for CURL in default path... found in /usr/local
checking for cURL 7.9.8 or greater... ./configure: line 1: curl-config: command not found
configure: error: cURL version 7.9.8 or later is required to compile php with cURL support

*** There was an error while trying to configure php. Check the configure.php file

What is the problem ?

Thanks. Bye.
 
Yes but is was not resolved the problem.

So I put that in my customapache/curl directory :

./configure --prefix=/usr &&
make &&
make install

And now it's running. Thanks. Bye.
 
Back
Top