lorio

Well-Known Member
Feb 25, 2004
314
22
168
cPanel Access Level
Root Administrator
A provider of mine did a migration from virtuozzo to KVM.
After messing around, the support got the VM running again.
I got root access and checked a few things afterwards.

It's a CentOS 6.10 VM.

# /scripts/checkccompiler
info [checkccompiler] /root/.cpanel/datastore/Cpanel::Sys::Compiler::test_compile_gcc
Compiler test failed. Attempting to autorepair compiler.
Loaded plugins: fastestmirror, universal-hooks
Setting up Install Process
* EA4: 85.13.201.2
* cpanel-addons-production-feed: 85.13.201.2
Package glibc-devel-2.12-1.212.el6.x86_64 already installed and latest version
Nothing to do
Retrying tests.
Could not compile test


# rpm -qa | grep glibc
vzdummy-glibc-2.12-1.7.el6.noarch
glibc-static-2.12-1.212.el6.x86_64
glibc-2.12-1.212.el6.i686
glibc-2.12-1.212.el6.x86_64
glibc-headers-2.12-1.212.el6.x86_64
glibc-devel-2.12-1.212.el6.x86_64
glibc-devel-2.12-1.212.el6.i686
glibc-common-2.12-1.212.el6.x86_64

I removed the vzdummy-glibc since that repo was gone (OpenVZ/Virtuozzo).
tmp looks fine. Paths and permissions to tmp are fine too.
I eased the compliler security setting via WHM.
/scripts/checkccompiler still fails.

Any hint or idea to look for? The VM is only used for E-Mail and beside the compiler check, the updates are currently fine. Thanks for reading and wish everyone a glitchfree start into 2019.

The provider support did a reinstallation/running of initscripts-9.03.61-1.el6.centos.x86_64.rpm once.
 
Last edited:

lorio

Well-Known Member
Feb 25, 2004
314
22
168
cPanel Access Level
Root Administrator
Can you run the following and let me know if the issue persists?
Code:
yum reinstall glibc*
Hello Lauren,thanks for the hint. I didn't try to reinstall all packages of glibc. Good idea. Seems to solved the issue.
Sorry for the late response. But I wasn't able to check the installation earlier. Too risky ;-)

Thanks again.