I tried installing the apache2-prefork-dev in Debian Etch. And it shows the following error.
Code:
apt-get install apache2-prefork-dev
....
The following packages have unmet dependencies:
apache2-prefork-dev: Depends: libaprutil1-dev but it is not going to be installed
E: Broken packages
while trying to install that package,
Code:
apt-get install libaprutil1-dev
....
....
The following packages have unmet dependencies:
libaprutil1-dev: Depends: libexpat1-dev but it is not going to be installed
Depends: libpcre3-dev but it is not going to be installed
Depends: libapr1-dev (>= 1.2.2-1) but it is not going to be installed
Depends: libsqlite3-dev but it is not going to be installed
Depends: libpq-dev but it is not going to be installed
Depends: libmysqlclient15-dev but it is not going to be installed
E: Broken packages
And it goes ... So what to do ?