[Bugs] [Bug 1450593] Gluster Python scripts do not check return value of find_library

bugzilla at redhat.com bugzilla at redhat.com
Sat May 13 15:51:59 UTC 2017


https://bugzilla.redhat.com/show_bug.cgi?id=1450593



--- Comment #4 from nh2 <nh2-redhatbugzilla at deditus.de> ---
Note that care has to be taken with .so files that aren't real .so files but
linker scripts; for example, `CDLL('libm.so')` will throw `invalid ELF header`
because it's a text linker script; in contrast, `CDLL('libm.so.6')` will work.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list