After much searching the net trying to find a solution to the problem of not being able to get mod_auth_mysql-2.20 to work as a DSO in Apache 1.3.x (the problem being, on server start, "Cannot load /usr/local/apache/libexec/mod_auth_mysql.so into server: /usr/local/apache/libexec/mod_auth_mysql.so: undefined symbol: register_cleanup") I decided to try and hack mod_auth_mysql.c for myself. The resulting code, which works for me - YMMV - is available, together with basic instructions, here: <http://web.oyvax.com/cgi-bin/fix/showpost.pl?Board=facts&Number=12> I hope this saves someone from the repeated head-wall interfacing I suffered :-) Note: I am not a C programmer, so anyone in possession of a clue might want to take a look at the new code (<http://web.oyvax.com/src/mod_auth_mysql-2.20a.tar.gz>) and compare it to the old (<http://www.mysql.com/Downloads/Contrib/mod_auth_mysql-2.20.tar.gz>) before they install it on a production system. S. --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php