My server's httpd failaed and not started, why?

tekdns

Well-Known Member
Jun 9, 2002
99
0
316
Hi,

My httpd failed and not started, why?

If i run this code;
"/usr/local/apache/bin/apachectl configtest"

There appearing;
"Syntax error on line 220 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/mod_auth_mysql.so into server: /usr/local/apache/libexec/mod_auth_mysql.so: undefined symbol: mysql_connect"

Where is problem?
 

rhood

Well-Known Member
Feb 15, 2003
90
0
156
We had almost the exact identical problem after tonight's MySQL upgrade on one of our servers. Commenting out any lines in httpd.conf containing the string "mod_auth_mysql" resolved the problem.