$ export KERN_DIR=/usr/src/kernels/2.6.18-92.1.22.el5-i686/
dmesg shows this: Interesting! After several missteps, it turns out there is a separate development rpm for the PAE kernel: After that installs, we are good:$ /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel module [ OK ]
Removing old VirtualBox netflt kernel module [ OK ]
Removing old VirtualBox kernel module [ OK ]
Recompiling VirtualBox kernel module [ OK ]
Starting VirtualBox kernel module [FAILED]
(modprobe vboxdrv failed. Please use 'dmesg' to find out why)vboxdrv: disagrees about version of symbol struct_module
$ yum install kernel-PAE-devel
$ export KERN_DIR=/usr/src/kernels/2.6.18-92.1.22.el5-PAE-i686/
$ /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel module [ OK ]
Removing old VirtualBox netflt kernel module [ OK ]
Removing old VirtualBox kernel module [ OK ]
Recompiling VirtualBox kernel module [ OK ]
Starting VirtualBox kernel module [ OK ]
| How make my suse 11 into a router/firewall< Prev | Next >How to find SuSE version from the command line |
|---|


