Quote:
Chazar said:
Here they are, but I do not understand it really. However I can tell that they seem to use different libraries for libGL.so.1! How do I fix that? Bending links?
|
Yes, that's the easiest. You'll want to replace /usr/lib/libGL.so.1 with a soft-link that points to /usr/X11R6/lib/libGL.so.1 and the same for libGLU.so.1
"man ln" if you need to know how to create soft links. (I'd give you the exact command, but I'm not at a linux box right now, and don't remember the exact syntax in my head.)