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 automatthias
Recipients automatthias
Date 2013-10-20.15:31:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382283098.83.0.173984225129.issue19317@psf.upfronthosting.co.za>
In-reply-to
Content
On Solaris, when you want to link shared libraries from custom directories, you most often don't modify the system search path, but instead set RPATH in your binaries. For example, OpenCSW packages Python into /opt/csw, and sets Python executable's RPATH to /opt/csw/lib. Therefore, dynamically opening shared libraries will by default look into /opt/csw/lib first, and find_library should do the same. I wrote a sample implementation.
History
Date User Action Args
2013-10-20 15:31:38automatthiassetrecipients: + automatthias
2013-10-20 15:31:38automatthiassetmessageid: <1382283098.83.0.173984225129.issue19317@psf.upfronthosting.co.za>
2013-10-20 15:31:38automatthiaslinkissue19317 messages
2013-10-20 15:31:38automatthiascreate