Link to home
Start Free TrialLog in
Avatar of mte01
mte01Flag for Lebanon

asked on

apt-src unmet dependencies

Hey experts,

We have an Ubuntu 8.04.3 LTS server with plesk control panel installed.

I need to recompile apache in order to increase the value of file descriptors.

During the recompilation procedure I have to install apt-src by issuing the following command “apt-get install apt-src”

But when running this command I am getting the below error

#########################################################
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  apache2: Depends: apache2-mpm-worker (>= 2.2.8-1ubuntu0.14) but it is not going to be installed or
                    apache2-mpm-prefork (>= 2.2.8-1ubuntu0.14) but 2.2.8-1ubuntu0.11 is to be installed or
                    apache2-mpm-event (>= 2.2.8-1ubuntu0.14) but it is not going to be installed
  apt-src: Depends: libapt-pkg-perl (>= 0.1.6) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
#########################################################

But as you know 'apt-get -f install’ can remove essential packages needed for server functionality and in the past it caused lots of problem for my plesk application.

Is there other method to solve this problem without using 'apt-get -f install’????
ASKER CERTIFIED SOLUTION
Avatar of F. Dominicus
F. Dominicus
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mte01

ASKER

>>fridom

Aptitude helped a lot in catching the source problem of the issue; thanks a lot for your help!