Jörg Sommer via lists.yoctoproject.org schrieb am Mi 20. Nov, 20:40 (+0100): > According to GitHub's code search this is the only usage that provides a > proper fallback: > > def find_library(name): > # See issue #9998 > return _findSoname_ldconfig(name) or \ > _get_soname(_findLib_gcc(name)) or > _get_soname(_findLib_ld(name))
For reference, this https://bugs.python.org/issue9998 is the issue named above. It is about “ctypes find_library should search LD_LIBRARY_PATH on Linux”. This also sounds like there are proper solutions, if ldconfig is missing.
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64320): https://lists.yoctoproject.org/g/yocto/message/64320 Mute This Topic: https://lists.yoctoproject.org/mt/109687333/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-