[issue3264] Use -lcrypto instead of -lcrypt on Solaris 2.6 when available

Martin v. Löwis report at bugs.python.org
Thu Jul 3 08:17:12 CEST 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

Why didn't it link with /usr/lib/libcrypt.so? That has always worked on
Solaris, including Solaris 2.6.

In addition, even if it did decide to use libcrypt.a for some strange
reason, it should still link successfully, since libcrypt.a should
define _des_encrypt. Please do "ar tv /usr/lib/libcrypt.a", and report
the object files contained in the library.

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list