我安装了(作为root用户)
aptitude install curl php5-curl libcurl3 libcurl3-dev并将extension=curl.so添加到我的php.ini中(我认为这不是自动完成的,因为我使用的是Lighty而不是apache)
service lighttpd restart但是仍然没有运气,当我运行phpinfo()时,没有任何关于cURL的信息。
curl.so位于/usr/lib/php5 5/20090626中。
发布于 2010-12-04 18:37:39
尝试重新启动lighttpd
sudo /etc/init.d/lighttpd重新启动
https://serverfault.com/questions/209147
复制相似问题