Comment 4 for bug 478230

Revision history for this message
wyderkat (wyderka-t) wrote :

I have fast workaround. Just set up variable like this:

export LD_PRELOAD=/usr/lib/i386-linux-gnu/libGLU.so.1

and everything sould be solved. But remeber to check if this file exist at your filesystem :)

This mean that prior to any binary code loading, this library will be loaded with it. I wanted more elegant solution, link this library to already compiled qwt3dplot library, but I cannot understand "man ld"... Anybody knows how?