Webmin - Modul installations Problem

Nobert

New Member
Guten Tag,

ich habe einen vServer Debian 4.0, und ich benutze Webmin.
So ich habe angefangen apache2 zu installieren natürlich mit webmin, hat ohne probleme funtioniert nur bei proftpd und mysql gibt es probleme.
Eigentlich lief der Server total gut nur kam ich auf die dumme idee etwas mit apt-get zu löschen war irgend was mit mysql^^ seit dem geht nur noch apache2 :(

So hier ist die Fehlermeldung von proftpd:

Installing package(s) with command apt-get -y --force-yes -f install proftpd ..

Reading package lists...
Building dependency tree...
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
mysql-server-5.0: Depends: mysql-client-5.0 (>= 5.0.32-7etch8) but it is not going to be installed
Depends: libmysqlclient15off (>= 5.0.27-1) but it is not going to be installed
PreDepends: mysql-common (>= 5.0.32-7etch8) but it is not going to be installed
proftpd: Depends: libmysqlclient15off (>= 5.0.27-1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

.. install failed!

und der Fehler bei mysql:

Installing package(s) with command apt-get -y --force-yes -f install mysql-client mysql-server mysql-admin ..

Reading package lists...
Building dependency tree...
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
mysql-admin: Depends: libmysqlclient15off (>= 5.0.24-2) but it is not going to be installed
Depends: mysql-admin-common (= 1.2.5rc-2) but it is not going to be installed
mysql-client: Depends: mysql-client-5.0 but it is not going to be installed
mysql-server-5.0: Depends: mysql-client-5.0 (>= 5.0.32-7etch8) but it is not going to be installed
Depends: libmysqlclient15off (>= 5.0.27-1) but it is not going to be installed
PreDepends: mysql-common (>= 5.0.32-7etch8) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

.. install failed!

Hab natürlich schon versucht etwas zu installieren aber ka was.
Ich denk mal das ich nur ein paar Sachen mit "apt-get" wieder installieren muss nur was das weiß ich nicht :confused:

Bitte hilft mir, danke.

Mit freundlichen Grüßen
Nobert
 
Die Fehlermeldung sagt dir doch, dass er etwas installieren möchte, dazu noch weitere Packete braucht, die aber nicht installiert werden soll, also vorher noch ein:
Code:
apt-get install mysql-client-5.0 libmysqlclient15off mysql-common
ausführen um die Packete zu intsallieren.
 
ok ich habs verstanden zwar ging dein befehl nicht... er wollte noch mehr installieren die ich einfach hinten dran gehängt habe und es ging :D

Danke hast mir geholfen
 
Back
Top