php 4.3 install - Problem with Curl Support

Hi.

Take a look at this

checking for CURL in default path... found in /usr/local
found in /usr
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
root@tenshi [/downloads/php-4.3.0]# 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
bash: checking: command not found
root@tenshi [/downloads/php-4.3.0]# /usr/local/bin/curl
curl: try 'curl --help' for more information
root@tenshi [/downloads/php-4.3.0]# /usr/local/bin/curl -V
curl 7.10.2 (i686-pc-linux-gnu) libcurl/7.10.2 OpenSSL/0.9.7 zlib/1.1.3
root@tenshi [/downloads/php-4.3.0]#


so obviously it is reporting that my curl is not 7.9.8. But as shown in the command I run, the curl reports itself as curl 7.10.2

What's the problem here?

regards

 

 

 

 

Top