I have CentOS 7 installed. I want to install the APR package for Apache, and I'm told I cannot install it because it requires at least glibc.2.14
while I have glibc.2.12
installed. I have downloaded the glibc.2.17.rpm
package, I then install it but it throws an error that it requires glibc.common.2.17
to be installed.
I'm now stuck, because when I try to install glibc.common.2.17
, it throws an error that it requires glibc.2.17
(the package that I first wanted to install). There is a circular dependency it seems. How can I update glibc 2.12
in CentOS 7? I'm totally confused...
yum
to update? That would automate this process for you. But if you've ran into a circular dependency you can usually add--nodeps --force
to the end of therpm
command. – Bratchley Dec 30 '14 at 14:58samba
is Samba 3.5 whereassamba4
is Samba 4.0. I don't have a RHEL/CentOS system to test with but you might do ayum search glibc
to see if that's the case here. – Bratchley Dec 30 '14 at 15:02