Darwin uses libcrypto instead of libcrypt.
RCS file: /cvsroot/mysql-python/MySQLdb/setup.py,v retrieving revision 1.46 diff -r1.46 setup.py 44c44,45 < libraries.append("crypt")
if sys.platform <> 'darwin': libraries.append("crypt")
Logged In: YES user_id=679596
sorry - i meant to say that Darwin has libcrypt built into the System.framework bundle so you don't have to specify libcrypt.
Logged In: YES user_id=71372
I'll do something like this in the 1.1 series.
Log in to post a comment.
Logged In: YES
user_id=679596
sorry - i meant to say that Darwin has libcrypt built into
the System.framework bundle so you don't have to specify
libcrypt.
Logged In: YES
user_id=71372
I'll do something like this in the 1.1 series.