If you don't have any other applications running on the system (therefor no other dependencies) I would suggest removing the mysql mysql-server and cyrus-sasl-sql packages. The default mysql server that ships with RedHat 4 does not meet the minimum version requirements for Zenoss. The cyrus-sasl-mysql package is not required for Zenoss and can be removed if unnecessary.

The ugly way to proceed is to force the upgrade using "rpm -Uvh --nodeps ..." but moving from mysql 4 to mysql 5 requires some additional preparation. If you go this route you MUST run mysql_upgrade manually from the command line after upgrading the rpm packages, or you will not have the proc table to store the Zenoss stored procedures.

PhilP wrote:
[EMAIL PROTECTED] Desktop]# rpm -Uvh zenoss-deps/*.rpm
warning: zenoss-deps/MySQL-client-standard-5.0.24a-0.rhel4.i386.rpm: V3 DSA 
signature: NOKEY, key ID 5072e1f5
error: Failed dependencies:
        MySQL conflicts with mysql-4.1.20-3.RHEL4.1.el4_6.1.x86_64
        MySQL-server conflicts with 
mysql-server-4.1.20-3.RHEL4.1.el4_6.1.x86_64        libmysqlclient.so.14 is 
needed by (installed) cyrus-sasl-sql-2.1.19-14.i386
        libmysqlclient.so.14(libmysqlclient_14) is needed by (installed) 
cyrus-sasl-sql-2.1.19-14.i386

_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to