This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author janssen
Recipients janssen
Date 2008-05-21.19:35:18
SpamBayes Score 0.0056191306
Marked as misclassified No
Message-id <1211398520.2.0.251558881651.issue2936@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-05-21 19:35:21janssensetspambayes_score: 0.00561913 -> 0.0056191306
recipients: + janssen
2008-05-21 19:35:20janssensetspambayes_score: 0.00561913 -> 0.00561913
messageid: <1211398520.2.0.251558881651.issue2936@psf.upfronthosting.co.za>
2008-05-21 19:35:19janssenlinkissue2936 messages
2008-05-21 19:35:18janssencreate