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 Regards Friedrich -- Q-Software Solutions GmbH; Sitz: Bruchsal; Registergericht: Mannheim Registriernummer: HRB232138; Geschaeftsfuehrer: Friedrich Dominicus
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
Norbert Hartl <norbert@hartl.name> writes:
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: 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. Regards Friedrich
Am 21.11.2013 um 06:57 schrieb Friedrich Dominicus <frido@q-software-solutions.de>:
Norbert Hartl <norbert@hartl.name> writes:
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: 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
Norbert Hartl <norbert@hartl.name> writes:
Am 21.11.2013 um 06:57 schrieb Friedrich Dominicus <frido@q-software-solutions.de>:
Norbert Hartl <norbert@hartl.name> writes:
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: 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 I've not installed from the repository. I'm using Debian. And the missing libraries were libICE.so.6 and libSM.so
Regards Friedrich
On 21 November 2013 17:55, Friedrich Dominicus < frido@q-software-solutions.de> wrote:
Norbert Hartl <norbert@hartl.name> writes:
Am 21.11.2013 um 06:57 schrieb Friedrich Dominicus <frido@q-software-solutions.de>:
Norbert Hartl <norbert@hartl.name> writes:
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: 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 I've not installed from the repository. I'm using Debian. And the missing libraries were libICE.so.6 and libSM.so
(..roars..) i think a long-term solution is to get rid of these dependencies since they serve no purpose at all.. but for that, we need to check what and why display driver depends on those libs (but i bet it is completely unnecessary and can be avoided).
Regards Friedrich
-- Best regards, Igor Stasenko.
participants (3)
-
Friedrich Dominicus -
Igor Stasenko -
Norbert Hartl