Ich habe mir einen Root-Server gemietet.
Die Daten kamen per email und man schaut ja erstmal. Dann wollte ich Openssl via apt-get install installieren da tauchten schon komisch Fehler auf.
Code: Alles auswählen
ZHU001:~# apt-get install openssl
Reading Package Lists... Done
Building Dependency Tree... Done
openssl is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
aalib1: Depends: libx11-6 but it is not going to be installed or
xlibs (> 4.1.0) but it is not going to be installed
libsdl1.2debian-oss: Depends: libx11-6 but it is not going to be installed or
xlibs (> 4.1.0) but it is not going to be installed
libx11-dev: Depends: libx11-6 (= 4.3.0.dfsg.1-14sarge1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
dann nochmal mit was anderem testen...
Code: Alles auswählen
ZHU001:~# apt-get install vim
Reading Package Lists... Done
Building Dependency Tree... Done
vim is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
aalib1: Depends: libx11-6 but it is not going to be installed or
xlibs (> 4.1.0) but it is not going to be installed
libsdl1.2debian-oss: Depends: libx11-6 but it is not going to be installed or
xlibs (> 4.1.0) but it is not going to be installed
libx11-dev: Depends: libx11-6 (= 4.3.0.dfsg.1-14sarge1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Code: Alles auswählen
ZHU001:~# apt-get -f install
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
libx11-6
The following NEW packages will be installed:
libx11-6
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
33 not fully installed or removed.
Need to get 0B/725kB of archives.
After unpacking 1425kB of additional disk space will be used.
Do you want to continue? [Y/n] y
debconf: Perl may be unconfigured (Can't locate Exporter.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/share/perl/5.8/Carp.pm line 269.
BEGIN failed--compilation aborted at /usr/share/perl/5.8/Carp.pm line 269.
Compilation failed in require at /usr/lib/perl/5.8/IO/File.pm line 8.
BEGIN failed--compilation aborted at /usr/lib/perl/5.8/IO/File.pm line 8.
Compilation failed in require at /usr/share/perl/5.8/FileHandle.pm line 9.
Compilation failed in require at (eval 1) line 3.
BEGIN failed--compilation aborted at (eval 1) line 3.
) -- aborting
(Reading database ... 29002 files and directories currently installed.)
Unpacking libx11-6 (from .../libx11-6_4.3.0.dfsg.1-14sarge1_i386.deb) ...
Can't locate warnings/register.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/share/perl/5.8/vars.pm line 7.
BEGIN failed--compilation aborted at /usr/share/perl/5.8/vars.pm line 7.
Compilation failed in require at /usr/share/perl5/base.pm line 4.
BEGIN failed--compilation aborted at /usr/share/perl5/base.pm line 4.
Compilation failed in require at /usr/share/perl5/Debconf/Log.pm line 5.
BEGIN failed--compilation aborted at /usr/share/perl5/Debconf/Log.pm line 5.
Compilation failed in require at /usr/share/perl5/Debconf/Db.pm line 5.
BEGIN failed--compilation aborted at /usr/share/perl5/Debconf/Db.pm line 5.
Compilation failed in require at /usr/share/debconf/frontend line 4.
BEGIN failed--compilation aborted at /usr/share/debconf/frontend line 4.
dpkg: error processing /var/cache/apt/archives/libx11-6_4.3.0.dfsg.1-14sarge1_i386.deb (--unpack):
subprocess pre-installation script returned error exit status 2
Errors were encountered while processing:
/var/cache/apt/archives/libx11-6_4.3.0.dfsg.1-14sarge1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nur das 33 packete wohl nicht richtig installiert oder entfernt wurden.
apt-get remove xyz macht die gleichen fehler.
Kann mir jemand sagen wie ich apt-get reparieren kann ? Eine neuinstallation des systems würde wieder was kosten und das sehe ich nicht ein weil die da irgentwas falsch gemacht haben ich habe direkt nach dem login aufm server apt-get install openssl eingegeben und die fehler bekommen.
und die wollen ihren fehler nicht einsehen. Wobei ich mich auch frage wie man bei der installation von debian was falsch machen kann