Hjälp med att uppdatera proftpd
Postat: 02 apr 2009, 01:16
Hej, Jag har haft proftpd rullande ganska länge nu. Den kör fortfarande 1.3.1 från 2007 så kände att det började bli dags att uppdatera. Jag har inget specielt till den förutom att den använder TLS.
När jag skulle uppgradera så följde jag följande http://www.proftpd.org/docs/howto/Upgrade.html Men när jag Ska köra ./proftpd -t -d9 -c /path/to/proftpd.conf så får jag problem. Får felmedelandet
Vad ska jag ändra på för att få det att fungera?
Kör ubuntu 8.10
Edit: Min modules.conf ser ut som följande
Tack för hjälpen mvh K-G
När jag skulle uppgradera så följde jag följande http://www.proftpd.org/docs/howto/Upgrade.html Men när jag Ska köra ./proftpd -t -d9 -c /path/to/proftpd.conf så får jag problem. Får felmedelandet
Kod: Markera allt
Checking syntax of configuration file
- using TCP receive buffer size of 87380 bytes
- using TCP send buffer size of 65536 bytes
- mod_deflate/0.3.1: using zlib 1.2.3.3
- Fatal: unknown configuration directive 'ModulePath' on line 7 of '/etc/proftpd/modules.conf'
Kör ubuntu 8.10
Edit: Min modules.conf ser ut som följande
Kod: Markera allt
#
# This file is used to manage DSO modules and features.
#
# This is the directory where DSO modules reside
ModulePath /usr/lib/proftpd
# Allow only user root to load and unload modules, but allow everyone
# to see which modules have been loaded
ModuleControlsACLs insmod,rmmod allow user root
ModuleControlsACLs lsmod allow user *
LoadModule mod_ctrls_admin.c
LoadModule mod_tls.c
LoadModule mod_sql.c
LoadModule mod_ldap.c
LoadModule mod_sql_mysql.c
LoadModule mod_sql_postgres.c
LoadModule mod_quotatab.c
LoadModule mod_quotatab_file.c
LoadModule mod_quotatab_ldap.c
LoadModule mod_quotatab_sql.c
LoadModule mod_radius.c
LoadModule mod_wrap.c
LoadModule mod_rewrite.c
# keep this module the last one
LoadModule mod_ifsession.c