Ok... one step further... I located the source for 2.2 of the module, which seems to be the one I need... However the build isntructions are outdated for the latest Apache...
When I do a ./configure and a make, I get the .c files...then I do a
like for v3.0... and when I try to load it in apache I get:
Syntax error on line 22 of /var/shc/apache/conf/httpsd.conf:
Cannot load /var/shc/apache/libexec/mod_auth_mysql.so into server: /var/shc/apac
he/libexec/mod_auth_mysql.so: Undefined symbol "register_cleanup"
Any ideas? Perhaps I need to use a later version?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have an OLD application that builds HTTP config files using this old directive...
Can someone tell me which version of the module still supports it?
The errror I'm getting is:
Invalid command 'Auth_MySQL_Info', perhaps mis-spelled or defined by a module no
t included in the server configuration
even though I'm loading v3.0 of the module sucessfully.
Ok... one step further... I located the source for 2.2 of the module, which seems to be the one I need... However the build isntructions are outdated for the latest Apache...
When I do a ./configure and a make, I get the .c files...then I do a
/var/shc/apache.new/bin/apxs -c -L/var/shc/mysql/lib/mysql -I/var/shc/mysql/include -lmysqlclient -lm -lz mod_auth_mysql.c
like for v3.0... and when I try to load it in apache I get:
Syntax error on line 22 of /var/shc/apache/conf/httpsd.conf:
Cannot load /var/shc/apache/libexec/mod_auth_mysql.so into server: /var/shc/apac
he/libexec/mod_auth_mysql.so: Undefined symbol "register_cleanup"
Any ideas? Perhaps I need to use a later version?
Thanks!