Я пытаюсь установить CURL на моем сервере Ubuntu с помощью команды
sudo apt-get install php5-curl
Однако я получаю следующую ошибку
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
Я использую PHP версии 5.3.2-0.dotdeb.1 на моем сервере. В чем проблема? Мне нужно свернуться и бежать.