zlib.so and libz.so and Python

DeepBleu DeepBleu at DeepBleu.org
Thu Feb 14 14:25:54 EST 2002


Oleg
The machine where libz.so is not found, does not have libz.so at all.
I figured that thing out after sending the first reply.
I have to install the zlib package itself for Sun.  I found it at
http://www.gzip.org/zlib/
The package has libz.so in it.
DeepBleu

"Oleg Broytmann" <phd at phd.pp.ru> wrote in message
news:mailman.1013710106.1576.python-list at python.org...
> On Thu, Feb 14, 2002 at 11:59:40AM -0600, DeepBleu wrote:
> > % ldd zlib.so
> >          libz.so =>       /usr/openwin/lib/libz.so
> >
>
> > % ldd zlib.so
> >          libz.so =>       (file not found)
>
>    export LD_LIBRARY_PATH=/usr/openwin/lib
>
> Oleg.
> --
>      Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
>            Programmers don't die, they just GOSUB without RETURN.
>





More information about the Python-list mailing list