I have not confirmed this, but I believe this error is because of the Debian "16_fix_opengl_check.dpatch".

Specifically:

-    QLibrary gl("GL");
+    QLibrary gl("/usr/lib/libGL.so.1");

This conflicts with the libGL in the LD_LIBRARY_PATH which is the ATI or nVidia libGL.so.1.

A "workaround" is to LD_PRELOAD=/usr/lib/libGL.so.1 before running the Qt GL program.

Is there anything that can be done so that the path is not hardcoded?

--Pat


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to