Page 1 of 1

[Solved] -Virtualbox 302 OSE installation

Posted: 14. Jul 2009, 11:18
by DR I
Hi everybody,

I'm trying to proceed a custom install of the Virtualbox 3.0.2 OSE.

Here it's y process:

Code: Select all

~# wget VBOXURL
~# tar jvx vbox302.tar.bz2
~# mv vbox302ose /media/datas/softwares/virtualbox/sources/vbox302ose
~# cd /media/datas/softwares/virtualbox/sources/vbox302ose
~# ./configure --with-kbuild=/media/datas/software/virtualbox/build --disable-hardening
~# sh env.sh
~# kmk all
~# depmod vbox
But unfotunatly, no datas are write to my build directory

I've try a second way with editing the Localconfig.kmk

with

VBOX_PATH_APP_PRIVATE_ARCH := /usr/lib/virtualbox/

&

VBOX_PATH_APP_PRIVATE := /media/datas/softwares/virtualbox/build/

Code: Select all

~# cd /media/datas/softwares/virtualbox/sources/vbox302ose
~# ./configure --disable-hardening
~# sh env.sh
~# kmk all
~# depmod vbox
But once again now way to access on Virtualbox binarie

Is there any way to install completely the Virtualbox on my /media/.../build directory (except for the shared ressources like the system's libraries etc.)?

Re: Virtualbox 302 OSE installation

Posted: 22. Jul 2009, 10:36
by DR I
Ok there is some advanced on our problem.

Now a day, I've correctly set the differents part of the installation BUT there is still a problem.

I've upgrade my Kernel from 2.6.26 to 2.6.30 Now, when I try to install VBox 3.0.2 OSE I've an error message.
Here is my process:

Code: Select all

~#cd /media/datas/softwares/sources/
~#wget http://download.virtualbox.org/virtualbox/3.0.2/VirtualBox-3.0.2-OSE.tar.bz2
~#mv ./VirtualBox-3.0.2-OSE.tar.bz2 ./vbox302.tar.bz2
~#tar jvx vbox302.tar.bz2
Ok until this point everything is ok, Tar command create correctly a new folder name vbox302

Now you can find the second part of the process:

Code: Select all

~#cd ./vbox302
~#pwd
/media/datas/softwares/sources/vbox302/

~#./configure --disable-hardening
~#sh env.sh
~#kmk
AND HERE there is a probleme because as soon as I want to execute the kmk command the machine says me:

Config.kmk:128: *** You must update kBuild! KMK_REVISION=1602 KBUILD_KMK_REVISION=0 KBUILD_PATH=/usr/share/kBuild. Stop.

Well Well... I try to do an update of kBuild with this command

Code: Select all

~#apt-get install kBuild
But apt said that kBuild is already the newest version.

How can I solve it??

Re: Virtualbox 302 OSE installation

Posted: 23. Jul 2009, 20:46
by DR I
Little UP! :D

Is there anybody who already installed the OSE version on a 2.6.30.1 Kernel version?

Re: Virtualbox 302 OSE installation

Posted: 24. Jul 2009, 10:39
by DR I
OK done, I've finally solved my problem by myself.

Thanks.