curl-and-php
Re: Problem in Curl installation
Date: Tue, 19 Jan 2010 10:05:05 +0000
It's seems like the PHP extension cURL is not installed.
In your command line interface enter:
zcat -f /var/log/dpkg.log* | grep "\ install\ " | sort
and see if "curl" is listed. Bear in mind that installing curl does NOT mean
you'll be able to run the PHP extension curl.
They are different animals...
To check wether your PHP installation has the cURL extension bundled with it
and is enabled, create a simple PHP file:
<?php
phpinfo();
?>
If cURL extension is enabled in your PHP installation, you should be able to
see an entry in the PHP details.
If no entry is found, then you can installed it:
sudo apt-get install php5-curl
More help can be found here:
https://help.ubuntu.com/community/InstallingSoftware
-- regards Marcos 2010/1/19 ramakrishnan k.t <rettaikulamram_at_gmail.com> Hi, My system is ubuntu 9.0 ,php 5.2,apache 2.0. I installed Curl using Gdebi package installer.But when i using phptwitterclass, that php program shows following error why? 'Method "curlQuery" of class "Twitter" reported an error: CURL library not installed.' how to clear it? i restarted system as well as Apache but error continues. -- Regards Ramakrishnan t _______________________________________________ http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2010-01-19