How to stop zlib from killing python

Barry A. Warsaw bwarsaw at cnri.reston.va.us
Wed Oct 27 10:18:25 EDT 1999


>>>>> "JH" == Jeremy Hylton <jeremy at cnri.reston.va.us> writes:

    JH> 1. Add the directory that contains libz.so (presumably
    JH> /home/me/lib) to your LD_LIBRARY_PATH environment variable.
    JH> In bash: # export LD_LIBRARY_PATH=/home/me/lib

I missed the beginning of this thread, so I don't know what platform
you're on, but if Solaris, you should try adding a -R flag with the
same path as your -L flag.

-Barry




More information about the Python-list mailing list