Web Hosting Talk







View Full Version : Need Someone Proficient with Linux


UltdNetworks
06-11-2003, 10:58 PM
I have a problem with Curl+MB that needs to be fixed. Please contact me if you can do it. Actually it is as quick as a question. Would like it don efor free as it's not to hard.

ffeingol
06-11-2003, 11:12 PM
Why don't you just post the question and we'll answer it :D.

Frank

UltdNetworks
06-11-2003, 11:30 PM
Well this is the error it gives when i try to compile it with php. It was done in easy apache.


checking for CURL support... yes
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

Perlboy
06-12-2003, 01:57 AM
Hey there,

Grab Curl from;

http://curl.haxx.se/download.html

I'd try the RPM package first (get the one with SSL) but you may find if it's an older system that there's a fair few dependencies.

Compiling from source may be the other option.

Stuart

ktulu
06-12-2003, 12:43 PM
If you download the RPM, you also have to download the devel package, as configure is not just looking for binaries, but also header files and libs to link against. If you install from source, it will install the libs and headers for you. good luck.

-kevin