This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sbassi
Recipients
Date 2007-04-03.15:50:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Another workaround (by Jaroslaw Zabiello):

After executing
./configure
you have to edito
Modules/Setup
file and uncomment the following line:
#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
Then continue with normal make; make install.
History
Date User Action Args
2007-08-23 14:52:10adminlinkissue1669349 messages
2007-08-23 14:52:10admincreate