DBA Hub

📋Steps in this guide1/1

Install VirtualBox Guest Additions on OEL | Kernel Headers Not Found For Target Kernel

yum update -y

oracle configurationintermediate
by OracleDba
13 views
1

Overview

Install VirtualBox Guest Additions on OEL | Kernel Headers Not Found For Target Kernel

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
yum update -y

yum install kernel-header* glibc-header* glibc-devel*  gcc-4* cpp*  kernel-uek-devel* -y

yum -y install kernel-uek-devel-`uname -r`

[root@node1 VBox_GAs_6.1.32]# ./VBoxLinuxAdditions.run

Comments (0)

Please to add comments

No comments yet. Be the first to comment!