hi, sorry das ich hier posten muss aber ich habe probleme mit meinem proftpd und mod_sql.
er bringt mir andauernt diesen fehler:
# make
cd lib/ && make lib
make[1]: Entering directory `/home/proftpd-1.2.9/lib'
make[1]: Nothing to be done for `lib'.
make[1]: Leaving directory `/home/proftpd-1.2.9/lib'
cd src/ && make src
make[1]: Entering directory `/home/proftpd-1.2.9/src'
make[1]: Nothing to be done for `src'.
make[1]: Leaving directory `/home/proftpd-1.2.9/src'
cd modules/ && make modules
make[1]: Entering directory `/home/proftpd-1.2.9/modules'
gcc -DLINUX -I.. -I../include -I/usr/include/mysql -O2 -Wall -c mod_sql_mysql.c
mod_sql_mysql.c: In function `cmd_checkauth':
mod_sql_mysql.c:1293: error: too many arguments to function `make_scrambled_password'
make[1]: *** [mod_sql_mysql.o] Error 1
make[1]: Leaving directory `/home/proftpd-1.2.9/modules'
make: *** [modules] Error 2
ich habe schon die packete mysql-shared und mysql-devel wiederholf neuinstalliert und finde einfach keine lösung.
ich hoffe mir kann hier jemand helfen.