cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

nou
Exemplar

fix of OpenGL interoperability on linux

aka CL_INVALID_GL_OBJECT

on Ubuntu 11.04 and newer don't work OpenGL/OpenCL interoperabilty. at least not for me. for some reason it use libGL.so from mesa even when ldd tells that it use libGL.so from fglrx. in fact it open mesa libgl.so when you create a shared CL/GL object.

so to fix export LD_LIBRARY_PATH=/usr/lib/fglrx/

0 Likes
2 Replies
arsdmthe
Journeyman III

did you try to simlink it then ?

0 Likes

Originally posted by: arsdmthe did you try to simlink it then ?

 

my bad i didn't saw the last line !

ld path not set is not a bug !

0 Likes