Hi all,
I needed proftpd whith mod_sql for my centovacast software, i did this
but after rebuild i get this error, and dont know what to do.
Starting proftpd: - mod_sql/4.2.2: notice: no backend modules have been registered
[FAILED]
Can anybody help me, becouse i realy dont know anymore and my ftp is down.
Thanx.
I needed proftpd whith mod_sql for my centovacast software, i did this
Code:
mkdir /tmp/PROFTPD
chmod 700 /tmp/PROFTPD
cd /tmp/PROFTPD
tar cvfz etc.tgz /etc
cp /etc/proftpd.* .
cp `which proftpd` .
cd /usr/local/directadmin/custombuild
mkdir -p custom/proftpd
cp -i configure/proftpd/configure.proftpd custom/proftpd/
perl -pi -e 's/(--with-modules=)/${1}mod_sql:/' custom/proftpd/configure.proftpd
./build proftpd
but after rebuild i get this error, and dont know what to do.
Starting proftpd: - mod_sql/4.2.2: notice: no backend modules have been registered
[FAILED]
Can anybody help me, becouse i realy dont know anymore and my ftp is down.
Thanx.
Last edited: