Re: Problem in Curl installation

Marcos Santos Junior <[email protected]>
Newsgroups gmane.comp.web.curl.php
Message-ID <[email protected]>
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 <[email protected]>

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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.