> -----Original Message----- > From: fedora-list-bounces@xxxxxxxxxx > [mailto:fedora-list-bounces@xxxxxxxxxx] On Behalf Of Raymond Norton > Sent: Friday, October 07, 2005 9:25 AM > To: For users of Fedora Core releases > Subject: RE: mysql 4 upgrade > > I decided to go with the rpms: > > MySQL-bench-4.1.14-0.i386.rpm > MySQL-client-4.1.14-0.i386.rpm > MySQL-devel-4.1.14-0.i386.rpm > MySQL-server-4.1.14-0.i386.rpm > MySQL-shared-4.1.14-0.i386.rpm > > > Everything installed fine. I am getting one error when > starting apache: > > > > 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 object file: No such > file or directory > > What can I do to fix this? > > This is the problem of using a package that was compiled against the MySQL 3 libs and trying to use it with the MySQL 4 libs. Your best bet is to recompile the mod_auth_mysql.so against the new libraries. Unless you're not using mod_auth_mysql. if you're not using it just remove the offending lines from the httpd.conf file -Mike