I was able to finally build the rpm from the src and get it to install. It looks like everything is installed correctly. This was installed on CENTOS 4 with x86_64 arch.
I installed the communitry MySQL rpms.. I got these from http://dev.mysql.com/downloads/mysql/5.0.html#linux-rhel4-x86-64bit-rpms MySQL-client-community.x86_64 5.0.51a-0.rhel4 MySQL-server-community.x86_64 5.0.51a-0.rhel4 instead of... MySQL-client-standard >= 5.0.22 is needed by zenoss-2.1.2-0.el4.x86_64 MySQL-server-standard >= 5.0.22 is neededbyzenoss-2.1.2-0.el4.x86_64 I then created the rpm from the src rpm. I believe the Community MySql RPMs are equivalent to the the Standard, so I ignored the dependencies. rpmbuild --rebuild --nodeps zenoss-2.1.2-0.el4.src.rpm I then forced the rpm installation (again to ignore the MySql Standard dep)... # rpm -ivh --nodeps zenoss-2.1.2-0.el4.x86_64.rpm Preparing... ########################################### [100%] 1:zenoss ########################################### [100%] I then started up zenoss and was able to log in through the web. I also checked the MySQL database and tables were made by Zenoss. -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=16788#16788 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
