On 2007-10-18 20:47:36 -0700, Jake Conk wrote:
> > Here is my proftpd.conf file:
[snip]
i dont see LoadModule directives
> Well I fixed my own problem by downloading the latest proftpd and
> recompiling but I changed one line on the ./configure command which
> fixed the problem which was --with-shared should be --with-modules.
>
> Here is my full ./configure command that now works with mysql (minus
> the stuff I felt I didn't need from --with-modules so I removed them
> for performance)...
>
> # ./configure --program-prefix= --prefix=/usr --exec-prefix=/usr
> --bindir=/usr/bin --sbindir=/usr/sbin --datadir=/usr/share
> --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/lib
> --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info
> --bindir=/usr/sbin --libexecdir=/usr/lib/proftpd --libdir=/usr/lib
> --sysconfdir=/etc/proftpd --localstatedir=/var/run/ --enable-sendfile
> --enable-ctrls --enable-facl --enable-dso
> --with-libraries=/usr/lib/mysql --with-includes=/usr/include/mysql
> --with-modules=mod_sql:mod_sql_mysql:mod_quotatab:mod_quotatab_sql
i wont do that. as it would compile in all modules into the binary.
something i dont want.
> I hope this problem gets fixed soon.
sure. as soon as you add
LoadModule mod_sql
LoadModule mod_sql_mysql
to your config.
for the later module you need the proftpd-sql-mysql package.
darix
--
openSUSE - SUSE Linux is my linux
openSUSE is good for you
www.opensuse.org
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]