On Wed, Jul 14, 1999 at 09:49:01PM +0200, Toens Bueker wrote: > > test:/etc/apache# /usr/sbin/apachectl start > Syntax error on line 101 of /etc/apache/httpd.conf: > Cannot load /usr/lib/apache/1.3/mod_auth_mysql.so into \ > server: /usr/lib/apache/1.3/mod_auth_mysql.so: undefined \ > symbol: mysql_store_result > /usr/sbin/apachectl start: httpd could not be started >
Looks like you need to link the module with the mysql libraries when compiling, else it isn't loading the libraries in correctly. Ben