• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] ProFTPd RPM Installation

Kilu

Newbie
Halli hallo,

also ich habe folgendes Problem bei der Installation des RPM Paketes von proftpd.

wenn ich mit das Paket installieren will erhalte ich folgende meldung:

Code:
warning: proftpd-1.2.10-9tr.i586.rpm: V3 DSA signature: NOKEY, key ID c2bd224b
error: Failed dependencies:
        chkconfig is needed by proftpd-1.2.10-9tr
        setup is needed by proftpd-1.2.10-9tr
        /sbin/restart_maybe is needed by proftpd-1.2.10-9tr

jetzt habe ich angefangen mir unter
http://linker.kilu.de/?url=http://rpm.pbone.net/index.php3/stat/4/idpl/2117991/com/proftpd-1.2.10-9tr.i586.rpm.html
die pakete runterzuladen.
Allerdings braucht jedes dieser Pakete wiederum eine Reihe anderer Pakete, das führt ins Unendliche
was mache ich falsch?
oder ist das normal?

Also ich bin folgendermaßen vorgegangen:
Code:
cd /home/proftpd
wget ftp://ftp.pbone.net/[....]/rpms/proftpd-1.2.10-9tr.i586.rpm
chmod 777 proftpd-1.2.10-9tr.i586.rpm
rpm -ivh proftpd-1.2.10-9tr.i586.rpm
und dann kam halt die fehlermeldung

wenn ich das rpm über YaST2 installieren will sagt er ungefähr das selbe, irgendwas fehlt ihm

mfG

Simon
 

nbkr

Guru
Diese Abhängigkeiten sind normal. Installier proftpd über YaST, das löst die Abhängigkeiten auf. Oder installiert apt (da gibts ein ganzes Unterforum dafür), das löst die Abhängigkeiten auch auf.
 
OP
Kilu

Kilu

Newbie
also das kommt bei YaST raus:
http://linker.kilu.de/?url=http://webmaster128.kilu.de/yast.bmp

atp sagt mir bis jetzt noch nichts
 
OP
Kilu

Kilu

Newbie
also ich hab mir jetzt nach dieser anleitung
http://susewiki.org/index.php?title=Install-apt4suse
APT installiert

Jetzt wollte ich mit
Code:
apt-get install proftpd
ProFTPd installieren und bekomme folgende Fehlermeldung:

Code:
Reading Package Lists... Done
Building Dependency Tree... Done
proftpd is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  proftpd: Depends: chkconfig but it is not installable
           PreDepends: setup but it is not installable
           PreDepends: /sbin/restart_maybe but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
 
Oben