libGLU.so.1: cannot open shared object file: No such file or directory

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

libGLU.so.1: cannot open shared object file: No such file or directory

Stéphane Ducasse
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
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
Reply | Threaded
Open this post in threaded view
|

Re: libGLU.so.1: cannot open shared object file: No such file or directory

laurent laffont
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 <[hidden email]> 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
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users


_______________________________________________
Pharo-users mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users