When I run the line to configure before I make, I get this error:
[xServe1:~/Desktop/proftpd-1.2.7] admin% sudo ./configure --with-modules=mod_sql:mod_sql_mysql \ --with-includes=/usr/local/include \ --with-libraries=/usr/lib/mysql
Password:
configure: error: invalid variable name: --with-includes
[xServe1:~/Desktop/proftpd-1.2.7] admin% ./configure --with-modules=mod_sql:mod_sql_mysql \ --with-libraries=/usr/lib/mysql
configure: error: invalid variable name: --with-libraries
Not sure what that means, can anyone help?