proftpd + mod_clamav

stickybit

Member
Servus,

ich bekomme Proftpd mit dem Modul clamav leider nicht kompiliert.

Proftpd Version 1.3.6rc2
mod_clamav Version 0.14rc2

Beim Konfigurieren kommt die Warnung:

Code:
=== configuring in contrib/mod_clamav (/usr/src/proftpd-1.3.6rc2/contrib/mod_clamav)
configure: WARNING: no configuration information is in contrib/mod_clamav

verläuft aber ansonsten fehlerfrei.
Der Make-Befehl danach wird allerdings wie folgt beendet:

Code:
make[2]: Entering directory '/usr/src/proftpd-1.3.6rc2/contrib/mod_clamav'
make[2]: *** No rule to make target 'static'.  Schluss.
make[2]: Leaving directory '/usr/src/proftpd-1.3.6rc2/contrib/mod_clamav'
Makefile:47: recipe for target 'static' failed
make[1]: *** [static] Error 2
make[1]: Leaving directory '/usr/src/proftpd-1.3.6rc2/modules'
Makefile:39: recipe for target 'modules' failed
make: *** [modules] Error 2

Was könnte ihm denn fehlen?
Wäre für jeden Hinweis dankbar.

LG
Andre
 
Steht doch in der Warnung
Code:
no configuration information is in contrib/mod_clamav
und in der Fehlermeldung auch nochmal
*** No rule to make target 'static'.

Du mußt das Configfile contrib/mod_clamav noch entsprechend bearbeiten/ergänzen.
 
Back
Top