Compilation problem

I’ve download Mesa-6.0.1. After compilation I want run demo programs. But there is a problem. I recaive a message:
"“error while loading shared libraries: libglut.so.3 cannot open shared object file: No such file or directory”
This library is in the “lib” directory. Please, help me.

I use Linux Debian.

Sometimes you can edit the search-paths in the installation script …

Often the script searchs e.g. only in “/usr/local/lib” but your file can be found in “/usr/lib”.

You may have forgotten to install glut development library (libglut.so.x with x = 3 generally), that links to libglut.so.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.