-
- Novice
- Posts: 9
- Liked: never
- Joined: Aug 24, 2015 2:30 pm
- Full Name: IT Admin
- Contact:
RHEL 6 dependencies
Hello,
I am running into problems getting the correct dependencies installed for VAL.
I am not very experienced in Linux, so I hope its something easy.
I am running this version of RHEL
# uname -a
Linux 3.8.13-44.1.1.el6uek.x86_64
and I run these commands
wget http://download.fedoraproject.org/pub/e ... noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
yum install gcc kernel-devel kernel-headers dkms make bzip2 perly
but them my kernel headers seem to be the wrong version
# rpm -qa | grep kernel-headers
kernel-headers-2.6.32-696.6.3.el6.x86_64
cause I get this when I go to install veeam:
Module build for kernel 3.8.13-44.1.1.el6uek.x86_64 was skipped since the
kernel headers for this kernel does not seem to be installed.
If anyone has a guide to getting the correct dependencies installed for this I would appreciate it.
I am running into problems getting the correct dependencies installed for VAL.
I am not very experienced in Linux, so I hope its something easy.
I am running this version of RHEL
# uname -a
Linux 3.8.13-44.1.1.el6uek.x86_64
and I run these commands
wget http://download.fedoraproject.org/pub/e ... noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
yum install gcc kernel-devel kernel-headers dkms make bzip2 perly
but them my kernel headers seem to be the wrong version
# rpm -qa | grep kernel-headers
kernel-headers-2.6.32-696.6.3.el6.x86_64
cause I get this when I go to install veeam:
Module build for kernel 3.8.13-44.1.1.el6uek.x86_64 was skipped since the
kernel headers for this kernel does not seem to be installed.
If anyone has a guide to getting the correct dependencies installed for this I would appreciate it.
-
- Novice
- Posts: 9
- Liked: never
- Joined: Aug 24, 2015 2:30 pm
- Full Name: IT Admin
- Contact:
Re: RHEL 6 dependencies
update
this is actually the version of RHEL I am running
rpm -q --queryformat '%{RELEASE}' redhat-release-server
6.4.0.4.el6
this is actually the version of RHEL I am running
rpm -q --queryformat '%{RELEASE}' redhat-release-server
6.4.0.4.el6
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: RHEL 6 dependencies
What do you get if you do yum update first?
Can you try "yum install kernel-devel-3.8.13-44.1.1.el6uek.x86_64" or "yum install kernel-headers-3.8.13-44.1.1.el6uek.x86_64" ?
Can you see a folder with "3.8.13-44.1.1.el6uek.x86_64" in /lib/modules ?
Can you try "yum install kernel-devel-3.8.13-44.1.1.el6uek.x86_64" or "yum install kernel-headers-3.8.13-44.1.1.el6uek.x86_64" ?
Can you see a folder with "3.8.13-44.1.1.el6uek.x86_64" in /lib/modules ?
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- VP, Product Management
- Posts: 6035
- Liked: 2860 times
- Joined: Jun 05, 2009 12:57 pm
- Full Name: Tom Sightler
- Contact:
Re: RHEL 6 dependencies
While it's possible this is a RHEL system, this kernel is an Oracle Unbreakable Enterprise variant. Are you sure it's not Oracle Linux (which is a Redhat derivative)?promodel wrote:I am running this version of RHEL
# uname -a
Linux 3.8.13-44.1.1.el6uek.x86_64
Regardless, you must have kernel headers which match your existing kernel. You can get the required packages from Oracle, by downloading manually from their Unbreakable Linux Repo. This kernel is from Unbreakable Enterprise Kernel release 3, which you can find here:
http://public-yum.oracle.com/repo/Oracl ... index.html
-
- Novice
- Posts: 9
- Liked: never
- Joined: Aug 24, 2015 2:30 pm
- Full Name: IT Admin
- Contact:
Re: RHEL 6 dependencies
Thanks for you suggestions. You are correct i guess it is Oracle Linux
I got it to install by running these commands before I installed VAL
yum install kernel-uek-devel-`uname -r`
yum install kernel-headers
wget http://download.fedoraproject.org/pub/e ... noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
yum install gcc dkms make bzip2
I got it to install by running these commands before I installed VAL
yum install kernel-uek-devel-`uname -r`
yum install kernel-headers
wget http://download.fedoraproject.org/pub/e ... noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
yum install gcc dkms make bzip2
Who is online
Users browsing this forum: Semrush [Bot] and 6 guests