zlib.so and libz.so and Python
Oleg Broytmann
phd at phd.pp.ru
Thu Feb 14 13:07:14 EST 2002
More information about the Python-list mailing list
Thu Feb 14 13:07:14 EST 2002
- Previous message (by thread): zlib.so and libz.so and Python
- Next message (by thread): zlib.so and libz.so and Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): zlib.so and libz.so and Python
- Next message (by thread): zlib.so and libz.so and Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list