Hi Peter,

On Saturday 20 January 2007 18:26, Peter Schütt wrote:
> >> after installing on my Debian/Etch via dpkg -i Vir...  I get the error
> >> message  after starting
> >>
> >> VirtualBox
> >>
> >> Failed to create the VirtualBox COM object.
> >> The application will now terminate.
> >>
> >> Callee RC:   0x80004004
> >>
> >> What can I do?
> >
> > Please check if the VBoxSVC server is running:
> >
> >   /bin/ps -U `whoami` | grep VBoxSVC
> >
> > should show a running VBoxSVC instance. That daemon is automatically
> > started when you start the VBox GUI using the VirtualBox => VBox.sh
> > symbolic link.
>
> It is not running.
>
> > If you see that daemon, kill it and try to start VirtualBox again.
> > If you don't see that daemon, try to start it manually. Look for
> > potential error messages.
>
> When I start it manually I get the message
>
> /opt/VirtualBox-1.3.2$ ./VBoxSVC: error while loading shared libraries:
> VBoxDD.so: cannot open shared object file: No such file or directory
>
> [1]+  Exit 127                ./VBoxSVC
>
> But the Library VBoxDD.so is in the install directory.
>
> What is wrong?

You have to use

  cd /opt/VirtualBox-1.3.2
  LD_LIBRARY_PATH=. ./VBoxSVC

Kind regards,

Frank
-- 
## InnoTek Systemberatung GmbH, http://www.innotek.de ##

Attachment: pgptAHika9w5U.pgp
Description: PGP signature

_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to