[issue20664] _findLib_crle and _get_soname broken on latest SunOS 5.11

Jeff Quast report at bugs.python.org
Mon May 26 05:51:43 CEST 2014


Jeff Quast added the comment:

Submitting fix to fallback to alternate '/usr/bin/dump' path, confirmed using SmartOS.

As for the issues writing to /lib and /usr/lib from a zone, and the request for "An environment variable .. to override this functionality." I have to disagree: crle(1) already provides facilities to add additional paths.

For example, to add `/usr/local/lib' to your dynamic library path, You would simply run, `crle -l /usr/local/lib -u'.

I don't *that* belongs in python.

----------
keywords: +patch
nosy: +jquast
Added file: http://bugs.python.org/file35362/opensolaris-ctypes-python-2.7.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20664>
_______________________________________


More information about the Python-bugs-list mailing list