i'm using centos 6, , trying create virtual mirror on new server of old 1 (which else setup). as possible, want keep same version, i've started scratch , documenting everything. default, yum install mysql 5.1.73. downloaded mysql community v5.1.69 , installed manually. required installing "shared compatibility" package of mysql v5.1.69 first, , removing mysql-libs.x86_64. in place, mirrored mysql.
now, i'm trying install postfix. yum wants pull version 2.6.6-6. fails because requires dependency attempts install well: mysql-libs.x86_64 v.5.1.73-5. splits out pile of errors messages similar this:
transaction check error: file /usr/share/mysql/charsets/index.xml install of mysql-libs-5.1.73-5.el6_6.x86_64 conflicts file package mysql-server-community-5.1.69-1.rhel5.x86_64 my old server using postfix v2.6.6-2, apparently compatible mysql v5.1.69. found rpm version of postfix. doesn't install, because requires mysql-libs. can't install mysql-libs v.5.1.69, because conflicts mysql community edition (also 5.1.69) installed. tried install mysql 5.1.73 "shared compatibility" package, conflicts mysql community too.
i'm going in circles. way break chain uninstall mysql community? must use v5.1.73 default, , postfix 2.6.6-6? don't expect real problems, i'm going end different versions of mysql , postfix trying hard mirror.
i gave up, uninstalled mysql community packages, , installed out of box yum mysql , postfix. works, have different versions of software on these 2 servers result.
Comments
Post a Comment