Re: DKMS - RC=-1908 on Linux (Oracle 6.3)
Posted: 1. Sep 2012, 15:59
I was able to get Virtualbox installed on Oracle 6.3 (64 bit). Here are the steps that I took to make it work.
1 - Do a Linux software update (should be common)
2 - delete old yum
3 - Get new public yum
4 - Edit the yum to enable both [ol6_u1_base] and [ol6_UEK_base] by changing enabled=1
5 - Do a yum update
6 - Install kernel and gcc
7 - reboot
8 - Go to "http://linux.dell.com/dkms/" and get the latest dkms package and install it
9 - reboot again
10 - go to "https://www.virtualbox.org/wiki/Linux_Downloads" download and install either the i386 or the AMD64 depending on your chip set.
11 - follow the normal set up steps
1 - Do a Linux software update (should be common)
2 - delete old yum
Code: Select all
su -
cd /etc/yum.repos.d
rm public-yum-ol6.repoCode: Select all
su -
cd /etc/yum.repos.d
wget http://public-yum.oracle.com/public-yum-ol6.repoCode: Select all
su -
vi /etc/yum.repos.d/public-yum-ol6.repoCode: Select all
# su -
yum updateCode: Select all
su -
yum install kernel* gcc8 - Go to "http://linux.dell.com/dkms/" and get the latest dkms package and install it
9 - reboot again
10 - go to "https://www.virtualbox.org/wiki/Linux_Downloads" download and install either the i386 or the AMD64 depending on your chip set.
11 - follow the normal set up steps