On Virtualbox website there’s only the version for Opensuse 11.1.
Can I use it now that I have upgraded to 11.2?
Installing the rpm gives me this error log:
** Compiling vboxdrv
Makefile:150: Warning: using /usr/src/linux as the source directory of your Linux kernel. If this is not correct, specify KERN_DIR=<directory> and run Make again.
make KBUILD_VERBOSE= -C /usr/src/linux SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 modules
WARNING: Symbol version dump /usr/src/linux-2.6.31.5-0.1/Module.symvers
is missing; modules will have no dependencies and modversions.
CC [M] /tmp/vbox.0/linux/SUPDrv-linux.o
/bin/sh: scripts/genksyms/genksyms: No such file or directory
make[2]: *** [/tmp/vbox.0/linux/SUPDrv-linux.o] Error 1
make[1]: *** [module/tmp/vbox.0] Error 2
make: *** [vboxdrv] Error 2
Suggestions?
(of course kernel-source 2.6.31.5-0.1.1 package is installed)
>
> Am running 11.2 and was looking for full OpenSuSE version VirtualBox.
> Since I could not find it I took the:
>
> All distributions i386 | AMD64
>
> Works like a charm!
>
Worked for me also!!
I followed your advice … but I get this log (kernel-source package is installed).
Do I need “kernel-source-rt” package??
What does it mean “Run ‘make oldconfig && make prepare’ on kernel src to fix it.”?
cd /usr/src/linux-2.6.31.5-0.1/
and launch the command as root?
TNX in advance.
>>>>>>>>>
VirtualBox 3.0.10 r54097 installer, built 2009-10-29T13:31:14Z.
Testing system setup…
System setup appears correct.
Installing VirtualBox to /opt/VirtualBox
Output from the module build process (the Linux kernel build system) follows:
Makefile:150: Warning: using /usr/src/linux as the source directory of your Linux kernel. If this is not correct, specify KERN_DIR=<directory> and run Make again.
make KBUILD_VERBOSE=1 -C /usr/src/linux SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 modules
test -e include/linux/autoconf.h -a -e include/config/auto.conf || (
echo;
echo " ERROR: Kernel configuration is invalid.";
echo " include/linux/autoconf.h or include/config/auto.conf are missing.";
echo " Run ‘make oldconfig && make prepare’ on kernel src to fix it.";
echo;
/bin/false)
mkdir -p /tmp/vbox.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/*
WARNING: Symbol version dump /usr/src/linux-2.6.31.5-0.1/Module.symvers
is missing; modules will have no dependencies and modversions.