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