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 jquast
Recipients jbeck, jquast
Date 2015-07-21.20:48:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437511681.82.0.763714863481.issue23287@psf.upfronthosting.co.za>
In-reply-to
Content
John, What do you think of the patches attached to http://bugs.python.org/issue20664 ?

"crle is not needed at all because the default library path is
a constant on Solaris"

I don't believe this to be true, source? crle is absolutely needed to add additional library lookup paths on Solaris, did this recently change?

crle is most certainly especially in regards to zones: a zone is unable to modify any of the system library paths, it wouldn't be able to install any new libraries in those given paths (/usr/lib and /lib are often shared read-only by the global zone), and crle must be used to add a library path to a writable mountpoint, such as /usr/local/lib, and often /opt and other various deviations must occur to accommodate gnu tools, etc.
History
Date User Action Args
2015-07-21 20:48:01jquastsetrecipients: + jquast, jbeck
2015-07-21 20:48:01jquastsetmessageid: <1437511681.82.0.763714863481.issue23287@psf.upfronthosting.co.za>
2015-07-21 20:48:01jquastlinkissue23287 messages
2015-07-21 20:48:01jquastcreate