i already installed cURL with: yum install curl

I restarted the httpd service but cURL is still not loaded. What else needs to be done?

Thanks!

link|improve this question

You may find what you're after here: stackoverflow.com/questions/2332133/… – John Gardeniers Jul 6 '10 at 23:03
feedback

1 Answer

up vote 3 down vote accepted

Do you mean as a PHP module? I believe it's php5-curl, but just try searching yum.

The package 'curl' is just the command-line curl client.

link|improve this answer
yum info php5-curl returns nothing =( -- same for php-curl or php4-curl – andufo Jul 6 '10 at 22:54
wait... yum install php-curl did work, but it didnt get automatically configured in the php.ini config file. i'll get on that now ;) thanks – andufo Jul 6 '10 at 22:59
It might go into /etc/php.d/curl.ini, RPMs usually do. – JamesHannah Jul 7 '10 at 11:58
nope... no curl.ini found. I also cannot find the curl.so or libcurl.so to configure the extension =( any way to install php curl automatically? – andufo Jul 8 '10 at 14:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.