When I attempt to load the module, I'm getting the following error mesage :
[xxxxxxxxxxx][/etc/httpd/conf]$ apachectl restart
/usr/local/apache/bin/apachectl restart: httpd not running, trying to start
Syntax error on line 247 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/mod_auth_mysql.so into server: /etc/httpd/modules/mod_auth_mysql.so: undefined symbol: mysql_store_result
/usr/local/apache/bin/apachectl restart: httpd could not be started
[xxxxxxxxxxx][/etc/httpd/conf]$
Can anybody offer any assistance? Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Are you also running another application which uses MySQL, such as PHP? If so, you need to ensure all applications are compiled against the same version of mysql.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I attempt to load the module, I'm getting the following error mesage :
[xxxxxxxxxxx][/etc/httpd/conf]$ apachectl restart
/usr/local/apache/bin/apachectl restart: httpd not running, trying to start
Syntax error on line 247 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/mod_auth_mysql.so into server: /etc/httpd/modules/mod_auth_mysql.so: undefined symbol: mysql_store_result
/usr/local/apache/bin/apachectl restart: httpd could not be started
[xxxxxxxxxxx][/etc/httpd/conf]$
Can anybody offer any assistance? Thanks in advance.
Sorry for the delay.
What version of mysql are you using?
Are you also running another application which uses MySQL, such as PHP? If so, you need to ensure all applications are compiled against the same version of mysql.