You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello world
zlib version 1.2.13 = 0x12d0, compile flags = 0xa9
uncompress(): hello, hello!
gzread(): hello, hello!
gzgets() after gzseek: hello!
inflate(): hello, hello!
large_inflate(): OK
after inflateSync(): hello, hello!
inflate with dictionary: hello, hello!
*** zlib test OK ***
hello world
warning: different zlib version linked: 1.2.11
inflate should report Z_STREAM_END
zlib version 1.2.13 = 0x12d0, compile flags = 0xa9
uncompress(): hello, hello!
gzread(): hello, hello!
gzgets() after gzseek: hello!
inflate(): hello, hello!
large_inflate(): OK
*** zlib shared test FAILED ***
make: [Makefile:94: testshared] Error 1 (ignored)
hello world
zlib version 1.2.13 = 0x12d0, compile flags = 0xa9
uncompress(): hello, hello!
gzread(): hello, hello!
gzgets() after gzseek: hello!
inflate(): hello, hello!
large_inflate(): OK
after inflateSync(): hello, hello!
inflate with dictionary: hello, hello!
*** zlib 64-bit test OK ***
It looks like the second case is finding a different "zlib" than the one I built.
The directory (with the zlibzso* that I just built) is at the front of the $LD_LIBRARY_PATH and $LD_RUN_PATH.
Is there something else that's set up wrong?
The text was updated successfully, but these errors were encountered:
I run this command as part of my normal install:
With version 1.2.13 I get this output:
It looks like the second case is finding a different "zlib" than the one I built.
The directory (with the
zlibzso*
that I just built) is at the front of the$LD_LIBRARY_PATH
and$LD_RUN_PATH
.Is there something else that's set up wrong?
The text was updated successfully, but these errors were encountered: