PDA

View Full Version : VirtualBox: VBoxManage fails to start


snaileater
November 26th, 2007, 12:56 PM
I attempt to configure a fresh installed VirtualBox 1.5.0_OSE on Gutsy.
Here my command sequence:
sudo su
cd /usr/lib/virtualbox
./VBoxManage

./VBoxManage results in this error message:
./VBoxManage: error while loading shared libraries: VBoxDDU.so: cannot open shared object file: No such file or directory

ls -l VBoxDDU.so prints:
-rw-r--r-- 1 root root 85892 2007-10-15 16:54 VBoxDDU.so

so VBoxDDU.so obviously exists in /usr/lib/virtualbox

What is wrong?

jba6511
November 27th, 2007, 11:33 AM
are you a member of the virtualbox group?

snaileater
November 28th, 2007, 09:23 AM
Yes, I'member of the virtualbox group.

Do I need to define some environment variable to point to the folder containing VBoxDDU.so?

goobsoft
December 28th, 2007, 12:48 AM
Instead of running VBoxManage, you need to run vboxmanage

http://lists.alioth.debian.org/pipermail/pkg-virtualbox-devel/2007-October/000058.html