separate shared libraries or different Linux/Unix

"Martin v. Löwis" martin at v.loewis.de
Tue Nov 4 15:16:03 EST 2008


> How do I get zlib available to python?

Edit Modules/Setup, and uncomment the zlib line. At your choice, also
uncomment the *shared* line (otherwise, zlib would become a builtin
module).

When you install shared libraries somewhere that also live in /usr/lib,
do use ldd to verify that it always picks up the libraries you want.

Regards,
Martin



More information about the Python-list mailing list