Centos and proftpd 1.3.2a compile with mysql support
Friday, July 2nd, 2010 - 12:26 pm - Technical
Just a quick reference for everyone, to compile proftpd 1.3.2a with mysql support you need the following:
tar zxf proftpd-1.3.2a.tar.gz cd proftpd-1.3.2a ./configure --with-modules=mod_sql:mod_sql_mysql --with-includes=/usr/include/mysql/ --with-libraries=/usr/lib64/mysql/








