I need these 2 packages installed on RHEL 6 linux system. They are required by several other programs.
When I do:
sudo yum install glibc-devel
this is output:
Loaded plugins: product-id, security
Setting up Install Process
Package glibc-devel-2.12-1.166.el6_7.1.x86_64 already installed and latest version
Nothing to do
Is there some EPEL with GLIBC_2.15 for RHEL? If not - what is a workaround here?
GLIBC_2.15' not found (required by lzturbo) lzturbo: /lib64/libc.so.6: version
GLIBC_2.14' not found (required by lzturbo) – Repplzturbo
from? No official RHEL 6 software should have this problem. Neither should anything you built on RHEL 6 from source. So where did this "random" binary come from? And why did you install it? – Model