[squeak-dev] Attempting to run Squeak all-in-one download on ubuntu linux

Levente Uzonyi leves at caesar.elte.hu
Mon Feb 27 22:29:28 UTC 2017


On Mon, 27 Feb 2017, Hari wrote:

> Hi Herbert,
>
> Thank you for the suggestion. 
>
> However I am still unsuccessful.
>
> After executing your suggested command, I got the following error message:
>
> "Running 32-bit Squeak on a 64-bit System. install-libs32 may install them.
> Using
> /home/username/Downloads/Squeak5.1-16549-32bit-All-in-One.app/Contents/Linux-i686/bin/squeak...
> could not find display driver vm-display-X11; either:
>   - check that
> /home/username/Downloads/Squeak5.1-16549-32bit-All-in-One.app/Contents/Linux-i686/lib/squeak/5.0-201608171728//vm-display-X11.so
> exists, or
>   - use the '-plugins <path>' option to tell me where it is, or
>   - remove DISPLAY from your environment.
> Aborted (core dumped)"

As the program says, check if /home/username/Downloads/Squeak5.1-16549-32bit-All-in-One.app/Contents/Linux-i686/lib/squeak/5.0-201608171728//vm-display-X11.so exists (it should) by running

$ ls /home/username/Downloads/Squeak5.1-16549-32bit-All-in-One.app/Contents/Linux-i686/lib/squeak/5.0-201608171728//vm-display-X11.so

If it does exist, see what ldd says about it:

$ ldd /home/username/Downloads/Squeak5.1-16549-32bit-All-in-One.app/Contents/Linux-i686/lib/squeak/5.0-201608171728//vm-display-X11.so

If there are missing dependencies, then you'll have to install more 32-bit 
libraries. Feel free to paste the result here if you want to run a 32-bit 
version.
Or you can download the 64-bit image+vm and the sources file. Those should 
work out of the box on your 64-bit OS.

Levente

>
> Kind regards,
>
> Hari
>
>
>
> --
> View this message in context: http://forum.world.st/Attempting-to-run-Squeak-all-in-one-download-on-ubuntu-linux-tp4936001p4936238.html
> Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list