installation on rhel 4 with hugemem kernel
Posted: 25. Jun 2008, 21:31
I am attempting to install onto a RHEL 4 host that uses the hugemem kernel and I get this error in the /var/log/vbox-install.log
Is there a way to get around this?
Thanks
Code: Select all
make KBUILD_VERBOSE=1 -C /lib/modules/2.6.9-55.0.6.0.1.ELhugemem/build SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 modules
make[1]: Entering directory `/usr/src/kernels/2.6.9-55.0.6.0.1.EL-hugemem-i686'
mkdir -p /tmp/vbox.0/.tmp_versions
make -f scripts/Makefile.build obj=/tmp/vbox.0
gcc -Wp,-MD,/tmp/vbox.0/linux/.SUPDrv-linux.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -fomit-frame-pointer -g -Wdeclaration-after-statement -pipe -msoft-float -m32 -fno-builtin-sprintf -fno-builtin-log2 -fno-builtin-puts -mpreferred-stack-boundary=2 -march=i686 -mregparm=3 -Iinclude/asm-i386/mach-generic -Iinclude/asm-i386/mach-default -I/lib/modules/2.6.9-55.0.6.0.1.ELhugemem/build/include -I/tmp/vbox.0/ -I/tmp/vbox.0/include -I/tmp/vbox.0/r0drv/linux -D__KERNEL__ -DMODULE -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -DCONFIG_VBOXDRV_AS_MISC -DRT_ARCH_X86 -DUSE_NEW_OS_INTERFACE_FOR_MM -DMODULE -DKBUILD_BASENAME=SUPDrv_linux -DKBUILD_MODNAME=vboxdrv -c -o /tmp/vbox.0/linux/.tmp_SUPDrv-linux.o /tmp/vbox.0/linux/SUPDrv-linux.c
/tmp/vbox.0/linux/SUPDrv-linux.c:115:3: #error "CONFIG_X86_HIGH_ENTRY is not supported by VBoxDrv at this time."
make[2]: *** [/tmp/vbox.0/linux/SUPDrv-linux.o] Error 1
make[1]: *** [_module_/tmp/vbox.0] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.9-55.0.6.0.1.EL-hugemem-i686'
make: *** [vboxdrv] Error 2
Thanks