Nov. 20, 2013
5:52 p.m.
Am 20.11.2013 um 18:42 schrieb Friedrich Dominicus <frido@q-software-solutions.de>:
I wonder if anyone has problems running a Pharo on a 64-bit System (Debian) with multiarch. Because strange enough it can suddenly not find vm-display-X11 any more
You need to install the desktop variant: $ apt-cache search pharo pharo-vm-core - Clean and innovative Smalltalk-inspired environment. pharo-vm-desktop - Clean and innovative Smalltalk-inspired environment. pharo-launcher - Launcher for Pharo distributions. So install pharo-vm-desktop and youâll see $ dpkg -L pharo-vm-desktop:i386 | grep X11 /usr/lib/pharo-vm/vm-display-X11.so Hope this helps, norbert