On 13/10/09 15:58, Klaus Espenlaub wrote: > Hi Sid, > > that's an issue which is already fixed in svn - but as the kernel > version you're trying to use was created after VirtualBox 3.0.8 was > released this can't be prevented. > > The required change to the VirtualBox kernel module sources is really > simple, see http://www.virtualbox.org/changeset/23717 > > Klaus > > After applying the change to the relevant files, the modules built and installed (make clean && make && make install), but I still got a problem with vboxnetflt vboxnetflt: disagrees about version of symbol SUPDrvLinuxIDC vboxnetflt: Unknown symbol SUPDrvLinuxIDC I had a look around in the directories and discovered that each needed to be built and installed using "dkms". # lsmod|grep vbox vboxnetadp 81884 0 vboxnetflt 88091 0 vboxdrv 1693036 1 vboxnetflt Regards Sid.
> > Sid Boyce wrote: >> make KERNELRELEASE=2.6.32-rc4-git2-smp -C >> /lib/modules/2.6.32-rc4-git2-smp/build >> M=/var/lib/dkms/vboxdrv/3.0.8/build.....(bad exit status: 2) >> >> Error! Bad return status for module build on kernel: 2.6.32-rc4-git2-smp >> (x86_64) >> Consult the make.log in the build directory >> /var/lib/dkms/vboxdrv/3.0.8/build/ for more information. >> Failed to install using DKMS, attempting to install without >> make KBUILD_VERBOSE= -C /lib/modules/2.6.32-rc4-git2-smp/build >> SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 modules >> CC [M] /tmp/vbox.0/r0drv/linux/memobj-r0drv-linux.o >> /tmp/vbox.0/r0drv/linux/memobj-r0drv-linux.c: In function >> ‘rtR0MemObjNativeFree’: >> /tmp/vbox.0/r0drv/linux/memobj-r0drv-linux.c:431: error: dereferencing >> pointer to incomplete type >> /tmp/vbox.0/r0drv/linux/memobj-r0drv-linux.c:432: error: dereferencing >> pointer to incomplete type >> /tmp/vbox.0/r0drv/linux/memobj-r0drv-linux.c:442: error: dereferencing >> pointer to incomplete type >> /tmp/vbox.0/r0drv/linux/memobj-r0drv-linux.c:443: error: dereferencing >> make[2]: *** [/tmp/vbox.0/r0drv/linux/memobj-r0drv-linux.o] Error 1 >> make[1]: *** [_module_/tmp/vbox.0] Error 2 >> make: *** [vboxdrv] Error 2 >> Regards >> Sid. > > -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
