i've installed (as root)

aptitude install curl php5-curl libcurl3 libcurl3-dev

and added extension=curl.so to my php.ini (i assumed this wasn't done automatically because i'm using Lighty and not apache)

service lighttpd restart

But still no luck, there is nothing about cURL when I run phpinfo()

curl.so is located in /usr/lib/php5/20090626

link|improve this question

50% accept rate
Does the php.ini you added it to match the one in the output of phpinfo() ? – Stewart Robinson Dec 4 '10 at 18:22
yep. /etc/php5/cgi/php.ini – Juddling Dec 4 '10 at 18:25
feedback

1 Answer

Try to restart lighttpd by

sudo /etc/init.d/lighttpd restart

link|improve this answer
Nope, it still isn't loading curl. – Juddling Dec 4 '10 at 18:44
feedback

Your Answer

 
or
required, but never shown

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