PDA

View Full Version : error loading 'libglut.so.3'



serbet
05-12-2003, 11:07 PM
I am at the start, sorry. I installed Mesa5.0 and tried to execute a demo.

"error while loading shared libraries: libglut.so.3: cannot open shared object file: No such file or directory"

But it is an existing library at /usr/lib?

errno
05-13-2003, 03:01 AM
Hello!
my /usr/lib/libglut* look like
libglut.so.3.7
libglut.so.3
libglut.so

libglut.so.3.7 is a symbolic link to libglut.so.3
and
libglut.so.3 is a symbolic link to libglut.so

jmg
05-13-2003, 07:24 AM
libglut.so.3.7 is a symbolic link to libglut.so.3
and
libglut.so.3 is a symbolic link to libglut.so



I think you mean those the other way around. http://www.opengl.org/discussion_boards/ubb/smile.gif

serbet, what does
ls -l /usr/lib/lib/libglut.so.3
show?

If it's a symlink, does what it points to exist?

What distro are you using? It should come with all the OpenGL libs you need. Why did you install Mesa?

[This message has been edited by jmg (edited 05-13-2003).]