[SOLVED] apt has an issue I cannot solve :(
Posted: Mon May 07, 2007 3:34 am
Code: Select all
w3style.co.uk:~# apt-get -s install php5
Reading Package Lists... Done
Building Dependency Tree... 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.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
php5: Depends: libapache2-mod-php5 (>= 5.2.1-0.dotdeb.2) but it is not going to be installed or
libapache-mod-php5 (>= 5.2.1-0.dotdeb.2) but it is not going to be installed or
php5-cgi (>= 5.2.1-0.dotdeb.2) but it is not going to be installed
E: Broken packages
w3style.co.uk:~# /etc/init.d/apache2 stop
Stopping web server: Apache2.
w3style.co.uk:~# apt-get update
Hit http://the.earth.li sarge/main Packages
Hit http://the.earth.li sarge/main Release
Hit http://packages.dotdeb.org stable/all Packages
Hit http://packages.dotdeb.org stable/all Release
Hit http://packages.dotdeb.org stable/all Sources
Hit http://packages.dotdeb.org stable/all Release
Hit http://security.debian.org sarge/updates/main Packages
Hit http://security.debian.org sarge/updates/main Release
Reading Package Lists... Done
w3style.co.uk:~# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages have been kept back:
libmysqlclient15off mysql-client-5.0 mysql-server-5.0
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
w3style.co.uk:~# apt-get dist-upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
Calculating Upgrade... Done
The following packages have been kept back:
libmysqlclient15off mysql-client-5.0 mysql-server-5.0
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
w3style.co.uk:~#I'm lost