A bit of background
I'm new to using VirtualBox and have spent the last 2 days trying to get an Oracle EBS Vision OVA setup.
I've started with the simple (?) task of getting the Oracle Linus OS set up but have hit a blocker when trying to install the VBGuest Additions.
I've been through the guide (backwards and forwards) and also on this and other forums. I've found some great hits but nothing solves the problem.
I am a NOVICE when it comes to UNIX but am a fast learner. I've worked with Oracle EBS for 20+ years and know a bit about the technical aspects.
I have installed Virtual Box 5.1.14r112924 on a Wndows 10 64 bit host - this bit worked fine
I have download from OTN the entire Oracle EBS Vision R12.1.3 appliance for VirtualBox
I have created a VM using just the Oracle-E-Business-Suite-OS-12.1.3.ova appliance to get the Linux OS (in order to handle the other files for the application)
The Linux Guest fires up nicely and after a bit of playing around with mounting the CDRom (manually) I can run the command to install the VBGuestAdditions (sh ./VBGuestAdditions.run)
This always fails.
I have done a number of things to get the kernel prepared but I'm not convinced that this is all fine as I get differences in the Kernel Headers and the running Kernel:
# uname -r
3.8.13-16.3.1.el6uek.x86-64
folders under /usr/src/kernels/ (after running the various yum updates)
3.8.13-118.16.2.el6uek.x86_64
I also manually created a folder with the name that matched the running kernel but this only contains items that I have created there
The error I am now stuck at is (from the vboxadd-install.log):
grep: /lib/modules/3.8.13-16.3.1.el6uek.x86_64/build/include/linux/version.h: No such file or directory
make KBUILD_VERBOSE=1 CONFIG_MODULE_SIG= -C /lib/modules/3.8.13-16.3.1.el6uek.x86_64/build SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 -j1 modules
make[1]: *** No rule to make target 'modules'. Stop.
make: *** [vboxguest] Error 2
I have a variety of notes etc that I can share if anyone has any ideas.
I have also tried this with a second fresh VM to avoid any issues created in the first one from my various earlier attempts.
Grateful for any assistance.