I tried to install this library in my apache - Apache/2.0.50 (Unix) PHP/5.0.1 and after building, editing my httpd.conf to include the .so file and restarting my apache, the error message I get is
[root@localhost conf]# ../bin/apachectl restart
httpd: module "mod_auth_mysql.c" is not compatible with this version of Apache (found 20020628, need 20020903).
Please contact the vendor for the correct version.
Do you have a version for Apache 2.0.50?
Thanks,
Nilesh
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tried to install this library in my apache - Apache/2.0.50 (Unix) PHP/5.0.1 and after building, editing my httpd.conf to include the .so file and restarting my apache, the error message I get is
[root@localhost conf]# ../bin/apachectl restart
httpd: module "mod_auth_mysql.c" is not compatible with this version of Apache (found 20020628, need 20020903).
Please contact the vendor for the correct version.
Do you have a version for Apache 2.0.50?
Thanks,
Nilesh
Hello, Nilesh,
I'm running the module on Apache 2.0.50 on Debian Linux with no problems.
This problem will occur if you're compiling against an older version of Apache. Is it possible you have more than one version on your system?
Jerry
On SUSE this module compiled just fine against Apache 2.0.50.