[issue2936] ctypes.util.find_library() doesn't consult LD_LIBRARY_PATH

Bill Janssen report at bugs.python.org
Wed May 21 21:35:20 CEST 2008


New submission from Bill Janssen <bill.janssen at gmail.com>:

The "find_library()" function in ctypes.util doesn't look in
LD_LIBRARY_PATH on Solaris or Linux or most other UNIX variants that use
that convention.  This means that find_library() doesn't find libraries
that dlopen() would, and makes development with ctypes much harder than
it should be.

----------
components: Library (Lib)
messages: 67170
nosy: janssen
priority: normal
severity: normal
status: open
title: ctypes.util.find_library() doesn't consult LD_LIBRARY_PATH
type: behavior
versions: Python 2.5, Python 2.6, Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2936>
__________________________________


More information about the Python-bugs-list mailing list