On Tue, 2005-07-26 at 10:16 -0400, Andrew Stewart wrote: > I did a custom install of FC3, including the web-server packages (all) > and the mysql packages (all). > > When trying to startup httpd, I get the following error: > > "httpd failed. The error was: Starting httpd: Syntax error on line 6 of > /etc/httpd/conf.d/auth_mysql.conf: > Cannot load /etc/httpd/modules/mod_auth_mysql.so into server: > libmysqlclient.so.10: cannot open shared ob > ject file: No such file or directory > [FAILED]" > > Why would a apache/mysql error be produced after an FC3 install "out of > the box"? Did your custom install include the rpm "mod_auth_mysql-20030510-5"? It is the absence of this rpm that is causing the error above. I found this using: rpm -q -f /etc/httpd/modules/mod_auth_mysql.so Cheers, Ben