Thursday, October 13, 2011

Alert: Error Unable to initialize OpenGL. (Error: Failed loading libGL.so.1)

It seems my ubuntu/kubuntu opengl/mesa installation is messed up again. Getting the above error on an amd64 system trying to run an ai32 binary the solution is:
LD_PRELOAD=/usr/lib32/mesa/libGL.so.1 [path/to/program/to/run]

No comments:

Post a Comment