nein wie muss ich dass machen ?
Installation
To install mod_exec, copy the mod_exec.c file into
proftpd-dir/contrib/
after unpacking the latest proftpd-1.2 source code. Then follow the usual steps for using third-party modules in proftpd:
./configure --with-modules=mod_exec
make
make install
Was soviel bedeutet wie:
1) Lade dir den Quelltext von proftpd runter:
http://www.proftpd.de/files/proftpd-1.2.10.tar.gz Dann dekomprimiere und entpacke ihn:
tar -xzf proftpd-1.2.10.tar.gz
Dann lies:
http://www.castaglia.org/proftpd/doc/INSTALL.html2) Lade dir mod_exec runter:
http://www.castaglia.org/proftpd/modules/proftpd-mod-exec-0.8.1.tar.gz Dann dekomprimiere und entpacke es:
tar -xzf proftpd-mod-exec-0.8.1.tar.gz
Kopiere die Datei mod_exec.c aus dem Tarball in das Proftpd-Quelltext-Verzeichnis /contrib/
3) Überlege dir, was du alles brauchst und bastel daraus den configure-string
http://www.proftpd.de/forum2/viewtopic.php?t=1054 z.B.: --with-modules=mod_exec
Dafür mußt du im proftpd-Quelltext-Verzeichnis stehen.
Also
cd <verzeichnis_wohin_du_1)_entpackt_hast>4) Nach dem ./configure mit deinem ganzen Kram und mod_exec mache dann:
make nur wenn keine Fehler kommen - mache
make install wenn Fehler kommen - lies 2x und wenn du nicht weiterkommst poste sie hier