php5-curl
Posted: 12 Jul 2009, 13:07
Hello,
Today I updated my system to 1.2.0. After this, one of my pages that uses curl starts to give this error:
Fatal error: Call to undefined function curl_version() in /usr/share/web-admin/....
When I used this command line:
php -i | grep curl
it gives nothing. So my curl support in PHP lost. I used
apt-get remove php5-curl
apt-get install php5-curl
to reinstall this module. But it doesn't work anymore.
Any ideas?
Today I updated my system to 1.2.0. After this, one of my pages that uses curl starts to give this error:
Fatal error: Call to undefined function curl_version() in /usr/share/web-admin/....
When I used this command line:
php -i | grep curl
it gives nothing. So my curl support in PHP lost. I used
apt-get remove php5-curl
apt-get install php5-curl
to reinstall this module. But it doesn't work anymore.
Any ideas?