Installing cURL on Ubuntu
Posted
by
davykiash
on Super User
See other posts from Super User
or by davykiash
Published on 2012-02-24T08:37:20Z
Indexed on
2012/07/05
21:19 UTC
Read the original article
Hit count: 227
Am trying to install cURL on my ubuntu server using the command
sudo apt-get install php5-curl
However i get the following error
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
php5-curl: Depends: phpapi-20060613+lfs
Depends: php5-common (= 5.2.6.dfsg.1-3ubuntu4.5) but 5.3.2-0.dotdeb.1 is to be installed
E: Broken packages
I am running PHP Version 5.3.2-0.dotdeb.1 on my server. Whats the issue? I need to get curl up and running.
© Super User or respective owner