branches with status:
Name Status Last Modified Last Commit
lp:~gqmelo/pyopengl/load-library-linux (Has a merge proposal) 1 Development 2016-05-05 18:24:58 UTC
1000. Fix library loading on Linux The fun...

Author: Guilherme Quentel Melo
Revision Date: 2016-05-05 18:24:37 UTC

Fix library loading on Linux

The function util.find_library does not respect variables like
LD_LIBRARY_PATH.

Also files ending with .so are intended to be used at compilation time
and therefore are normally shipped by a dev package on most Linux
distributions.

At runtime, applications should use the filename with major version
(.so.x)

11 of 1 result