Dependency issue when installing some packages with apt

Posted by Julien Genestoux on Server Fault See other posts from Server Fault or by Julien Genestoux
Published on 2012-04-01T20:24:30Z Indexed on 2012/04/01 23:32 UTC
Read the original article Hit count: 281

Filed under:

We have a little trouble installing some php5-* packages. I am reallt not sure what is going on. We have the latest version of php5-common.

# apt-get install php5-mcrypt
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-mcrypt: Depends: php5-common (= 5.2.6.dfsg.1-1+lenny16) but 5.2.11-0.dotdeb.0 is to be installed
E: Broken packages

We get similar error with many other php5-* packages, like php5-imap.

© Server Fault or respective owner

Related posts about apt