Came across an issue when installing Oracle[Sun] Virtual Box on Oracle Enterprise Linux
[root@skrajend Desktop]# ls
VirtualBox-3.1.4-57640-Linux_x86.run
[root@skrajend Desktop]# ./VirtualBox-3.1.4-57640-Linux_x86.run
Verifying archive integrity... All good.
Uncompressing VirtualBox for Linux installation.........
VirtualBox Version 3.1.4 r57640 (2010-02-12T19:32:16Z) installer
Please install the build and header files for your current Linux kernel.
The current kernel version is 2.6.18-164.el5
Problems were found which would prevent VirtualBox from installing.
Please correct these problems and try again.
[root@skrajend Desktop]#
Solution
[root@skrajend rpm]# rpm -ivh kernel-devel-2.6.18-164.el5.i686.rpm
Preparing... ########################################### [100%]
1:kernel-devel ########################################### [100%]
[root@skrajend rpm]#
[root@skrajend Desktop]# ./VirtualBox-3.1.4-57640-Linux_x86.run
Verifying archive integrity... All good.
Uncompressing VirtualBox for Linux installation.........
VirtualBox Version 3.1.4 r57640 (2010-02-12T19:32:16Z) installer
Installing VirtualBox to /opt/VirtualBox
Python found: python, installing bindings...
Building the VirtualBox vboxdrv kernel module
Building the VirtualBox netflt kernel module
Building the VirtualBox netadp kernel module
VirtualBox has been installed successfully.
You will find useful information about using VirtualBox in the user manual
/opt/VirtualBox/UserManual.pdf
and in the user FAQ
http://www.virtualbox.org/wiki/User_FAQ
We hope that you enjoy using VirtualBox.
[root@skrajend Desktop]#
The voice in my head may not be real , but they have some good ideas !!!
Fail Fast, Fail Forward, Fail Often, Fail Better , Standup Every Time
Every problem has at least one solution. Only some solutions are harder to find.
Monday, March 1, 2010
Popular Posts
-
Big Data Oracle NoSQL in No Time - It is time to Upgrade Oracle NoSQL upgrade from 11gR2 to 12cR1 ( 2.0 to 3.0 ) Index Big Data Oracl...
-
Grafana for OCI Monitoring in Docker on Windows Step 1: Install Docker Desktop on Windows https://docs.docker.com/docker-for-windows/inst...
-
[oracle@testebsop3app01 ~]$ perl /u01/install/APPS/fs1/EBSapps/comn/clone/bin/adcfgclone.pl appltop /u01/install/APPS/fs1/inst/apps/SATURN_...
-
Unleashing the Power of AI Within Your Oracle Database: Introducing oracle_ai_plsql_agent The world of Artificial Intelligence (AI) is rapi...
-
Suddenly all production reports in BI Publisher failed with message " ORA-01017: invalid username/password; logon denied" The da...
-
PRVG-2031 : Owner of file "/u01/app/oracle/diag/crs/rac01/crs/lck" did not match the expected value on node "HOST1". [Ex...
-
FS_CLONE Phase It is a stand-alone command used for file system cloning. Standard cloning (using adcfgclone.pl) cannot be used to synch...
-
If you are an EBS administrator the first thing some asks you to do a health check of an environment , you return to him with a Request ID o...
-
EBS 12.2 ADOP SQL to Find Session Details A Simple and Useful SQL to find the list of Patches and Actions that are performed in each Patchi...
-
Abort Phase If for some reason either the prepare or apply phase failed or gave problems, you can abort the patching cycle. After runnin...