Hi–
I was “stranded” on CentOS 5.11 for many years and finally did a wipe and reinstall. Just my luck, Cent 6.7 was released just the other day…so yum -y upgrade brought me to the latest.
After getting Cent running, I followed these instructions to the T…but apparently something went wrong because mysql is down and I get a bunch of errors when doing yum upgrade and yum update. Any tips or suggestions?
Thanks much--
PP
I was “stranded” on CentOS 5.11 for many years and finally did a wipe and reinstall. Just my luck, Cent 6.7 was released just the other day…so yum -y upgrade brought me to the latest.
After getting Cent running, I followed these instructions to the T…but apparently something went wrong because mysql is down and I get a bunch of errors when doing yum upgrade and yum update. Any tips or suggestions?
Code:
Resolving Dependencies
–> Running transaction check
—> Package python-crypto.x86_64 0:2.0.1-22.el6 will be updated
—> Package python-crypto.x86_64 0:2.6.1-1.el7.rf will be an update
–> Processing Dependency: python(abi) = 2.7 for package: python-crypto-2.6.1-1.el7.rf.x86_64
–> Processing Dependency: libc.so.6(GLIBC_2.14)(64bit) for package: python-crypto-2.6.1-1.el7.rf.x86_64
–> Processing Dependency: libpython2.7.so.1.0()(64bit) for package: python-crypto-2.6.1-1.el7.rf.x86_64
–> Processing Dependency: libgmp.so.10()(64bit) for package: python-crypto-2.6.1-1.el7.rf.x86_64
–> Finished Dependency Resolution
Error: Package: python-crypto-2.6.1-1.el7.rf.x86_64 (rpmforge)
Requires: libc.so.6(GLIBC_2.14)(64bit)
Error: Package: python-crypto-2.6.1-1.el7.rf.x86_64 (rpmforge)
Requires: libgmp.so.10()(64bit)
Error: Package: python-crypto-2.6.1-1.el7.rf.x86_64 (rpmforge)
Requires: libpython2.7.so.1.0()(64bit)
Error: Package: python-crypto-2.6.1-1.el7.rf.x86_64 (rpmforge)
Requires: python(abi) = 2.7
Installed: python-2.6.6-64.el6.x86_64 (@anaconda-CentOS-201508042137.x86_64/6.7)
python(abi) = 2.6
You could try using –skip-broken to work around the problem
Thanks much--
PP