I just finished installing mod_auth_mysql RPM
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: reflector.westga.edu
* extras: centos.clearvoiceone.com
* updates: ftpmirror.your.org
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mod_auth_mysql.x86_64 1:3.0.0-11.el6_0.1 will be installed
--> Processing Dependency: httpd-mmn = 20051115 for package: 1:mod_auth_mysql-3.0.0-11.el6_0.1.x86_64
--> Processing Dependency: libmysqlclient.so.16(libmysqlclient_16)(64bit) for package: 1:mod_auth_mysql-3.0.0-11.el6_0.1.x86_64
--> Processing Dependency: libmysqlclient.so.16()(64bit) for package: 1:mod_auth_mysql-3.0.0-11.el6_0.1.x86_64
--> Finished Dependency Resolution
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Install complete.
When I try to load in httpd.conf LoadModule mysql_auth_module modules/mod_auth_mysql.so
How do I load this module?
I'm running a site with .htaccess authentication to a MySql db, I get this error from it: Invalid command 'AuthMySQLHost'
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: reflector.westga.edu
* extras: centos.clearvoiceone.com
* updates: ftpmirror.your.org
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mod_auth_mysql.x86_64 1:3.0.0-11.el6_0.1 will be installed
--> Processing Dependency: httpd-mmn = 20051115 for package: 1:mod_auth_mysql-3.0.0-11.el6_0.1.x86_64
--> Processing Dependency: libmysqlclient.so.16(libmysqlclient_16)(64bit) for package: 1:mod_auth_mysql-3.0.0-11.el6_0.1.x86_64
--> Processing Dependency: libmysqlclient.so.16()(64bit) for package: 1:mod_auth_mysql-3.0.0-11.el6_0.1.x86_64
--> Finished Dependency Resolution
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Install complete.
When I try to load in httpd.conf LoadModule mysql_auth_module modules/mod_auth_mysql.so
How do I load this module?
I'm running a site with .htaccess authentication to a MySql db, I get this error from it: Invalid command 'AuthMySQLHost'