I am trying to run my application on my linux centos4 system. The moment I try to open two QGLWidgets, it crashes inside of opengl. I first used the standard opengl that is given through "yum" for centos4 (xorg-x11-Mesa-libGL v 6.8.2 Release: 1.EL.19) and then tried installing a new one from mesa3d.org (Mesa-6.5.1). I set my LD_LIBRARY_PATH to point to the new install libraries.
Interestingly, it doesn't crash when I run it through eclipse (I also set the LD_LIBRARY_PATH in the environment area there).
My app works from the command line on both Windows and Centos5.
Has anyone run into the same problem and found a fix?
Bookmarks