Am 21.11.2013 um 06:57 schrieb Friedrich Dominicus <fr...@q-software-solutions.de>:
> Norbert Hartl <norb...@hartl.name> writes: > >> Am 20.11.2013 um 18:42 schrieb Friedrich Dominicus >> <fr...@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: > I guess this will do for Ubuntu and Debian. > > But my probem was much more profane > and ldd o vm-display-X11 has informed me that two libraries where not > there. I installed them manually and after that Pharo start working > again. > > So yeah ldd is your friend. > > But thanks for taking the time helping me. > Can you tell which libraries were missing? Maybe the dependencies of the package needs to be adjusted. Can you tell which debian version and channel (stable,…) you are using and what files were missing? I think you know that but if you have the file you can find the package that needs to be installed by doing $ dpkg -S [filename] Norbert