[issue7836] Add /usr/sfw/lib to OpenSSL search path for Solaris.

2016-09-08 Thread Christian Heimes
Christian Heimes added the comment: I'm closing this old ticket without patch. Please reopen it with a patch if you still want to change the search path. -- nosy: +christian.heimes resolution: -> out of date status: open -> closed ___ Python

[issue7836] Add /usr/sfw/lib to OpenSSL search path for Solaris.

2014-05-13 Thread Stefan Krah
Changes by Stefan Krah stefan-use...@bytereef.org: -- nosy: -skrah ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7836 ___ ___ Python-bugs-list

[issue7836] Add /usr/sfw/lib to OpenSSL search path for Solaris.

2010-07-21 Thread Stefan Krah
Stefan Krah stefan-use...@bytereef.org added the comment: Looks like a minor change. Do the ssl unit tests pass? -- nosy: +skrah ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7836 ___

[issue7836] Add /usr/sfw/lib to OpenSSL search path for Solaris.

2010-07-21 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Could you provide a proper patch? -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7836 ___

[issue7836] Add /usr/sfw/lib to OpenSSL search path for Solaris.

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: +Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7836 ___ ___

[issue7836] Add /usr/sfw/lib to OpenSSL search path for Solaris.

2010-02-02 Thread David Kirkby
New submission from David Kirkby david.kir...@onetel.net: In the top level setup.py there is a list of directories searched for the OpenSSL libraries. ssl_libs = find_library_file(self.compiler, 'ssl',lib_dirs, ['/usr/local/ssl/lib',