LD_LIBRARY_PATH needed??

Discussions related to using VirtualBox on Solaris hosts.
Post Reply
cjr
Posts: 3
Joined: 6. May 2008, 14:39

LD_LIBRARY_PATH needed??

Post by cjr »

I downloaded today's package from Sun which was labelled "for S10" for my 10u3 box. It installs, but will only run if you manually set LD_LIBRARY_PATH:

Code: Select all

$ /opt/VirtualBox/VirtualBox
ld.so.1: VirtualBox: fatal: libXrandr.so.2: open failed: No such file or directory
Killed
$ LD_LIBRARY_PATH=/usr/X11/lib/amd64 /opt/VirtualBox/VirtualBox
(runs..)
Is the package broken?

Code: Select all

# pkginfo -ll SUNWvbox
   PKGINST:  SUNWvbox
      NAME:  Sun xVM VirtualBox
  CATEGORY:  application
      ARCH:  i386
   VERSION:  1.6.0
   BASEDIR:  /
    VENDOR:  Sun Microsystems, Inc.
      DESC:  A powerful PC virtualization solution.
    PSTAMP:  vbox20080430230848
  INSTDATE:  May 06 2008 13:45
     EMAIL:  info@virtualbox.org
    STATUS:  completely installed
     FILES:      549 installed pathnames
                   1 shared pathnames
                  25 directories
                  40 executables
              154202 blocks used (approx)
Post Reply