https://bugs.freedesktop.org/show_bug.cgi?id=36282
--- Comment #30 from Alexandre Demers <alexandre.f.dem...@gmail.com> 2011-05-15 11:35:38 PDT --- (In reply to comment #29) > Now I tried this again with current Mesa, and neither glxgears nor neverball > segfaults. They now run both with and without --enable-shared-glapi, and > LD_LIBRARY_PATH is not needed. Your flag (LD_LIBRARY_PATH=...) was forcing to use the libraries under that path. If you remove it without doing "make install", then you are only using the GL files provided by your distribution. May I suggest another test? Could you try compiling mesa without --enable-shared-glapi and run "ldd /usr/bin/glxgears". It shouldn't list libglapi. Then compile mesa again with --enable-shared-glapi, run again "ldd /usr/bin/glxgears". Now, it should list libglapi. Let me know what your results are. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev