Hello,
I cannot install any package in Debian
I have a OpenVZ/SolusVM VPS with Debian 6.0.4/64 bits.
Any ideas about how can I fix this issue?
Thanks!
root@server:~# apt-get install (I cannot install any package)
..
..
..
..
Do you want to continue [Y/n]? y
Setting up libapache2-mod-fcgid (1:2.3.6-1+squeeze1) ...
ERROR: Module fcgid does not exist!
dpkg: error processing libapache2-mod-fcgid (--configure):
subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
dpkg: dependency problems prevent configur
ation of libapache2-mod-fcgid-dbg:
libapache2-mod-fcgid-dbg depends on libapache2-mod-fcgid (= 1:2.3.6-1+squeeze1)
; however:
Package libapache2-mod-fcgid is not configured yet.
dpkg: error processing libapache2-mod-fcgid-dbg (--configure):
dependency problems - leaving unconfigured
configured to not write apport reports
Errors were encountered while processing:
libapache2-mod-fcgid
libapache2-mod-fcgid-dbg
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@server:~#
root@server:~# lsb_release -a
LSB Version: core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:co
re-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch
Distributor ID: Debian
Description: Debian GNU/Linux 6.0.4 (squeeze)
Release: 6.0.4
Codename: squeeze
root@server:~#
root@server:~# cat /etc/apt/sources.list
## squeeze
deb
http://ftp.us.debian.org/debian/ squeeze main contrib non-free
deb-src
http://ftp.us.debian.org/debian/ squeeze main contrib non-free
## squeeze multimedia
deb
http://www.debian-multimedia.org squeeze main non-free
deb-src
http://mirror.home-dn.net/debian-multimedia squeeze main
# squeeze security
deb
http://security.debian.org/debian-security squeeze/updates main
deb
http://security.debian.org/ squeeze/updates main contrib non-free
deb-src
http://security.debian.org/ squeeze/updates main contrib non-free
# squeeze update
deb
http://ftp.us.debian.org/debian/ squeeze-updates main contrib non-free
deb-src
http://ftp.us.debian.org/debian/ squeeze-updates main contrib non-free
root@server:~#