[Vm-dev] Linux VM built, but can't run

Igor Stasenko siguctua at gmail.com
Wed Apr 28 00:44:27 UTC 2010


after building and installing squeak vm..
i tried to run it:

sig at sig-desktop:~/squeak$ squeak Squeak4.1.image
could not find display driver vm-display-X11; either:
  - check that /usr/local/lib/squeak/3.10-6/vm-display-X11.so exists, or
  - use the '-plugins <path>' option to tell me where it is, or
  - remove DISPLAY from your environment.
Aborted

i tried different things:

- setting
LD_LIBRARY_PATH=/usr/local/lib/squeak/3.10-6/

not helps.

running with -plugins argument:

sig at sig-desktop:~/squeak$ squeak -plugins /usr/local/lib/squeak/3.10-6
Squeak4.1.image

don't helps either..

changing the /etc/ld.so.conf
cat /etc/ld.so.conf
include /etc/ld.so.conf.d/*.conf
/usr/local/lib/squeak/3.10-6

don't helps too.

symlinking
/usr/local/lib/squeak/3.10-6/vm-display-X11
to
/usr/local/lib/squeak/3.10-6/vm-display-X11.so

still no success..

i'm out of variants.. WTF????

-- 
Best regards,
Igor Stasenko AKA sig.


More information about the Vm-dev mailing list