SOLVED cPanel needs old kernel headers 3.10?

marcuszan

Well-Known Member
Apr 19, 2018
72
10
8
Netherlands
cPanel Access Level
Root Administrator
Hi,
I am running a CentOS 7.5 box with OVH kernel > 4.9.87-xxxx-std-ipv6-64
WHM cpanel version 72.0.4
The Kernel headers needed by cPanel appear to be version > kernel-headers-3.10.0-862.3.3.el7.x86_64

If I remove them and install the newer kernel headers matching my running kernel I get a lot of depencies issues.
Also gcc , glib etc seems to need kernel headers 3.10. the are also removed if I install the 4.9.87 kernel headers

Is there any place to change kernel header version needed by cpanel ? Or am I missing something else here ?

Thanks
 

marcuszan

Well-Known Member
Apr 19, 2018
72
10
8
Netherlands
cPanel Access Level
Root Administrator
Additional info :
# rpm -qa|grep kernel
kernel-headers-3.10.0-862.3.3.el7.x86_64
kernel-debug-devel-3.10.0-862.3.3.el7.x86_64
kernel-devel-3.10.0-862.3.3.el7.x86_64
# uname -r
4.9.87-xxxx-std-ipv6-64
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,304
363
Houston
Hi @marcuszan

I believe this is actually occurring because OVH does not use a standard kernel, you should be able to run normally on the kernel version you're using though OVH may have some special instructions for this. I would suggest contacting them to determine how to proceed. Technical support - OVH

Thanks!