[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:47:17 CEST 2008


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

Something must be broken with your system installation. des_crypt.o
should define the function _des_crypt (ar x /usr/lib/libcrypt.a;nm -g
des_crypt.o). What linker are you using?

It seems that the shared version of libcrypt was only added in Solaris
7, but the static version should work regardless.

Regards,
Martin

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


More information about the Python-bugs-list mailing list