Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: error loading 'libglut.so.3'

  1. #1
    Junior Member Newbie
    Join Date
    May 2003
    Posts
    13

    error loading 'libglut.so.3'

    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?

  2. #2
    Junior Member Regular Contributor
    Join Date
    Apr 2003
    Location
    Toulouse, France
    Posts
    133

    Re: error loading 'libglut.so.3'

    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

  3. #3
    Junior Member Regular Contributor
    Join Date
    Mar 2000
    Location
    east norwalk, ct, usa
    Posts
    184

    Re: error loading 'libglut.so.3'

    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.

    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).]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •