Well, looks like you've got it fixed, but here's maybe some of the causes: > error while loading shared libraries: libGL.so.1: cannot open shared > object file: No such file or directory
Probably because the library lives in /usr/lib/opengl/xorg-x11/lib/ which is not in your /etc/ld.so.conf list. Put that directory into that list and run ldconfig to update the dynamic link cache. > GLUT: Fatal Error in opengltest: OpenGL GLX extension not supported by > display: :0.0 Do you have Load "dri" in your xorg.conf as well? Tim On 12/9/05, Randall Barlow <[EMAIL PROTECTED]> wrote: > Problem solved - it ended up being a combination of 1,000 different > things. E-mail me if you are interested to know, but I am going to bed > now that I have a spinning triangle. Good night all... -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
