VirtualBox problem

When I run the VirtualBox Manager and double click the VMs, it returns 2 messages:

/usr/share/virtualbox/src/vboxhost/build_in_tmp: line 62: make: command not found
/usr/share/virtualbox/src/vboxhost/build_in_tmp: line 62: make: command not found
/usr/share/virtualbox/src/vboxhost/build_in_tmp: line 62: make: command not found
/usr/share/virtualbox/src/vboxhost/build_in_tmp: line 62: make: command not found
/usr/share/virtualbox/src/vboxhost/build_in_tmp: line 62: make: command not found

Kernel driver not installed (rc=-1908)

The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing

‘/etc/init.d/vboxdrv setup’

as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary

How to fix this to run?

openSUSE 12.3 32 bit with KDE

aususe wrote:

> ‘/etc/init.d/vboxdrv setup’
So did you run this?

su -
/etc/init.d/vboxdrv setup

/usr/share/virtualbox/src/vboxhost/build_in_tmp: line 62: make: command not found

make, gcc and kernel-source, kernel-devel and kernel-syms are installed?

Wich Version of Virtualbox is installed:

zypper se -si virtualb vbox

Some of them are installed, but the kernel is huge for my /boot
VirtualBox-4.2-4.2.12_84980_openSUSE114-1.i586.rpm

Yes, I have tried, it return error message

/usr/share/virtualbox/src/vboxhost/build_in_tmp: line 62: make: command not found
/usr/share/virtualbox/src/vboxhost/build_in_tmp: line 62: make: command not found
/usr/share/virtualbox/src/vboxhost/build_in_tmp: line 62: make: command not found
/usr/share/virtualbox/src/vboxhost/build_in_tmp: line 62: make: command not found
/usr/share/virtualbox/src/vboxhost/build_in_tmp: line 62: make: command not found

Install “make” (this has already been suggested)!

Or use the virtualbox RPMs included in openSUSE instead. (you don’t have to compile the kernel module there)

it is working, thank you

I too get the same error: /usr/share/virtualbox/src/vboxhost/build_in_tmp: line 62: make: command not found

How to use the virtualbox RPMs included in openSUSE? I have no idea about that since i am very new to openSUSE.

i need a step by step directive to achieve this… kindly help…

Thankyou.

openSUSE 13.1 GNome Desktop

And another time:
You have to install “make”.
That’s even stated in the part you quote.

How to use the virtualbox RPMs included in openSUSE? I have no idea about that since i am very new to openSUSE.

Install them and then just run VirtualBox from the start menu.

i need a step by step directive to achieve this… kindly help…

Open YaST->Software Management, type “virtualbox” into the search field, and install the package “virtualbox-qt” (yes, even on GNOME. There is vboxgtk as well, but that doesn’t really work with current versions and seems dead upstream) which should automatically install every thing else automatically.
Or run this in gnome-terminal:

sudo zypper in virtualbox-qt

You should then find “Oracle VirtualBox” in GNOME’s application menu, or run it with:

VirtualBox

One other thing: to be able to run it as user, you have to add your user to the group “vboxusers”.
You can do so either in YaST->Security and Users->User and Group Management, or via:

sudo usermod -a -G vboxusers $USER

Better reboot afterwards, as the kernel modules have to be loaded.