Message264148
On Linux, the find_library() function is documented to return “the filename of the library file”, but in reality it seems it return the soname, and therefore breaks if there is no soname. I do not know why we extract the soname, but it has been that way at least since ctypes was added to Python 2.5.
What do you intend to do with the result of find_library()? See also Issue 9998, especially about searching LD_LIBRARY_PATH. I am struggling to see robust use cases for find_library(). |
|
Date |
User |
Action |
Args |
2016-04-25 03:20:16 | martin.panter | set | recipients:
+ martin.panter, Jeremy.Huntwork, Kylie McClain |
2016-04-25 03:20:15 | martin.panter | set | messageid: <1461554415.97.0.0574013143241.issue21622@psf.upfronthosting.co.za> |
2016-04-25 03:20:15 | martin.panter | link | issue21622 messages |
2016-04-25 03:20:15 | martin.panter | create | |
|