Results 1 to 8 of 8
Hi guys, I already have php5 installed but when I try to install php5-curl to use magento I get this message,
The following packages have unmet dependencies:
php5-curl : Depends: ...
- 10-26-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 5
Having problems installing php5-curl
Hi guys, I already have php5 installed but when I try to install php5-curl to use magento I get this message,
The following packages have unmet dependencies:
php5-curl : Depends: php5-common (= 5.3.3-1ubuntu9) but 5.3.3-1ubuntu9.1 is to be installed
E: Broken packages
Is there anyway around this? I'm using Ubuntu 10.10 desktop.
thanks
- 10-26-2010 #2Just Joined!
- Join Date
- Oct 2010
- Posts
- 5
"bump" any solutions guys?
Thanks
- 10-26-2010 #3
Works for me
How did you try to install it?Code:sudo apt-get install php5-curl
You must always face the curtain with a bow.
- 10-26-2010 #4
Try
If it doesn't work, tryCode:sudo apt-get install -f
If this doesn't work, try reinstalling php5-common and php5Code:dpkg --configure -a
or removing them first, then installing them again:Code:sudo apt-get install php5-common php5 --reinstall
You might try removing php5-common only first, but php5 might depend on it.Code:sudo apt-get remove php5-common php5 sudo apt-get install php5 php5-common
One of these actions should help.
- 10-26-2010 #5Just Joined!
- Join Date
- Oct 2010
- Posts
- 5
That's exactly how I did it.
- 10-26-2010 #6Just Joined!
- Join Date
- Oct 2010
- Posts
- 5
- 10-26-2010 #7Just Joined!
- Join Date
- Oct 2010
- Posts
- 5
Ok uninstalling and reinstalling php allowed the "sudo apt-get install php5-curl" to work! but now I got these 3 problems in Magento. What commands should I use?
PHP extension "pdo_mysql" must be loaded.
PHP extension "mcrypt" must be loaded.
PHP extension "gd" must be loaded.
- 10-26-2010 #8
Google helps! 
First hit on ubuntu pdo_mysql install gives me Ubuntu - Install php5, mysql, apache2, ssl, pdo & pdo_mysql
I think you can find the rest by yourself...


Reply With Quote
