ProFTPD + mod_sql problem

I'm running ProFTPD on a Fedora Core 3 powered VPS. I've recompiled ProFTPD with the latest version of mod_sql, but I still run into problems.

Executing proftpd -l tells me that mod_sql is installed:

[root@vps6 contrib]# proftpd -l
Compiled-in modules:
mod_core.c
mod_xfer.c
mod_auth_unix.c
mod_auth_file.c
mod_auth.c
mod_ls.c
mod_log.c
mod_site.c
mod_auth_pam.c
mod_sql.c
mod_sql_mysql.c
mod_cap.c

However, when I try to start ProFTPD it gives me the following error:

[root@vps6 contrib]# /etc/rc.d/init.d/proftpd start
Starting proftpd: - Fatal: unknown configuration directive 'SQLConnectInfo' on line 83 of '/etc/proftpd.conf'.
[FAILED]
Any idea why?

 

 

 

 

Top