OVH Community, your new community space.

Problem installing apxs!


Iray
17-08-2010, 11:17
Never mind!

The following fixed the problem:

Code:
#: apt-get clean
#: apt-get install apache2-prefork-dev
It would seem apt-get had old package index files or something.

hmmmm... still a n00b i guess.

Iray
17-08-2010, 11:10
I need to install a module to regulate my apache b/w untill this dummy cap is removed!

I have apxs missing from my box and have tried the following command to install it.

# apt-get --fix-missing install apache2-prefork-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libaprutil1-dev libldap2-dev
The following NEW packages will be installed
apache2-prefork-dev libaprutil1-dev libldap2-dev
0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded.
Need to get 892kB/1225kB of archives.
After this operation, 3858kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Err http://security.debian.org lenny/updates/main libldap2-dev 2.4.11-1+lenny1
404 Not Found [IP: 212.211.132.250 80]
Failed to fetch http://security.debian.org/pool/upda...enny1_i386.deb 404 Not Found [IP: 212.211.132.250 80]

It would seem the repositories no longer have the required packages to install apxs?!

Any help would be great!