mikesk
01-24-2003, 10:56 PM
I'm trying to upgrade Mysql 3.23.49 to version 4.0.9-gamma so that I can take advantage of the union queries. If I issue an rpm update, I get the following result:
# rpm -Uv MySQL-4.0.9-0.i386.rpm
error: failed dependencies:
MySQL-server conflicts with mysql-server-3.23.49-3
libmysqlclient.so.10 is needed by mod_auth_mysql-1.11-1
libmysqlclient.so.10 is needed by mysql-server-3.23.49-3
I did some searching, and it appears mod_auth_mysql is an authorization module for apache. It does not appear that I am using this module, since the Loadmodule in apache is commented out. Is it safe to run rpm with --force on to overcome this? I'm kind of nervous about doing this since I can't afford the downtime to reinstall MySQL from scratch.
# rpm -Uv MySQL-4.0.9-0.i386.rpm
error: failed dependencies:
MySQL-server conflicts with mysql-server-3.23.49-3
libmysqlclient.so.10 is needed by mod_auth_mysql-1.11-1
libmysqlclient.so.10 is needed by mysql-server-3.23.49-3
I did some searching, and it appears mod_auth_mysql is an authorization module for apache. It does not appear that I am using this module, since the Loadmodule in apache is commented out. Is it safe to run rpm with --force on to overcome this? I'm kind of nervous about doing this since I can't afford the downtime to reinstall MySQL from scratch.