|
From: Bernhard W. <be...@bl...> - 2005-06-20 18:17:54
|
Hi Jon > Afte downloading freeGLUT, and PLIB, I installed both packages, and have > gotten Torcs compiled and installed, but when running I get the error: > "/usr/local/lib/torcs/torcs-bin: error while loading shared libraries: > libglut.so.3: cannot open shared object file: No such file or directory" > I have installed Messa, and I still get this error, does anyone know how > I can fix this? Please check if your libraries are in place (usually in /usr/lib), if not, reinstall (make as well sure that there is just one version installed with fitting header files): $ find /usr/lib -name "libglut*" If you have it in /usr/local/lib you need an entry in /etc/ld.so.conf (is on a lot of distros set out of the box) or to add it to the LD_LIBRARY_PATH variable. If it is in place try running ldconfig as root. Bye, Bernhard. -- Visit my homepage http://www.berniw.org Official TORCS racing: The TORCS Racing Board, http://www.berniw.org/trb |