I had issues with the "vanilla" mysql rpms from mysql.com, as they renamed them 
to "community". I had to edit the .spec file to have it look for the ones I had 
installed. Once done, it compiled fine. 


Changed:
Requires: MySQL-server-standard >= 5.0.22
Requires: MySQL-client-standard >= 5.0.22

To:
Requires: MySQL-server-community >= 5.0.22
Requires: MySQL-client-community >= 5.0.22


AND

Changed:
BuildRequires: MySQL-devel-standard >= 5.0.22
BuildRequires: MySQL-shared-standard >= 5.0.22
BuildRequires: MySQL-server-standard >= 5.0.22

To:
BuildRequires: MySQL-devel-community >= 5.0.22
BuildRequires: MySQL-shared-community >= 5.0.22
BuildRequires: MySQL-server-community >= 5.0.22



 Hope this helps

------------------------
james




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=5573#5573

-------------------- m2f --------------------



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

Reply via email to