libGLU.so.1: cannot open shared object file: No such file or directory
I'm using Pharo for the first time as a beginner. My O/S is $ uname -a Linux shevek 2.6.31.12-0.2-desktop #1 SMP PREEMPT 2010-03-16 21:25:39 +0100 x86_64 x86_64 x86_64 GNU/Linux which is OpenSuSE 11.2 I downloaded and unzipped Pharo-1.1-OneClick.app with this result: $ pwd /home/greg/Play/Lang/Special/Pharo/Pharo-1.1-OneClick.app $ ./pharo.sh libGLU.so.1: cannot open shared object file: No such file or directory could not find module vm-display-X11 Aborted However, the module does seem to exist: $ find . -name '*vm-display-X11*' ./Contents/Linux/so.vm-display-X11 I look forward to running Pharo and sharing it with my friends when it comes up reliably for newbies like me on Gnu/Linux - something which Squeak has not yet achieved! Thanks, _Greg J. Greg Davidson Read moreâ¦
Hi, did you check that libGLU.so.1 is actually on your system ? It should be in /usr/lib/libGLU.so.1 If not, check that package mesa is installed. I'm not using OpenSuse but that's how it works on ArchLinux and Debian. Cheers, Laurent On Mon, Aug 2, 2010 at 7:23 PM, Stéphane Ducasse <stephane.ducasse@inria.fr>wrote:
I'm using Pharo for the first time as a beginner. My O/S is
$ uname -a Linux shevek 2.6.31.12-0.2-desktop #1 SMP PREEMPT 2010-03-16 21:25:39 +0100 x86_64 x86_64 x86_64 GNU/Linux
which is OpenSuSE 11.2
I downloaded and unzipped Pharo-1.1-OneClick.app with this result:
$ pwd /home/greg/Play/Lang/Special/Pharo/Pharo-1.1-OneClick.app $ ./pharo.sh libGLU.so.1: cannot open shared object file: No such file or directory could not find module vm-display-X11 Aborted
However, the module does seem to exist:
$ find . -name '*vm-display-X11*' ./Contents/Linux/so.vm-display-X11
I look forward to running Pharo and sharing it with my friends when it comes up reliably for newbies like me on Gnu/Linux - something which Squeak has not yet achieved!
Thanks,
_Greg
J. Greg Davidson
Read more⦠_______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
participants (2)
-
laurent laffont -
Stéphane Ducasse