|
From: Steven M. S. <sm...@2B...> - 2004-01-09 22:47:54
|
On Fri, 9 Jan 2004, Al Bogner wrote: > There was no glu.h installed in my system. That's what the error looked like. > mesaglut-devel 5.0-62 was installed with my SuSE 8.2 system and I added > mesaglu-devel 5.0-62. I hope this is not a problem. The packages sound > so similar. Yes, it is confusing and they are similar - but not the same thing as I recall. > After this trial libGL.so was not found and now I don't know how to go on. > -lm -lpthread -ldl -Wl,--rpath -Wl,/usr/local/lib > gcc: /usr/lib/libGL.so: No such file or directory > > Could it make sense to symlink from /usr/lib/libGL.so.1 to > /usr/lib/libGL.so? Did you run "ldconfig" after installing the packages? I think ldconfig is the program that creates the symlinks - after installing libraries on the system it is necessary to run 'ldconfig' and that updates ld.so.cache as well as creating the symlinks. Steven Schultz |