Ethereal-users: Re: [Ethereal-users] zlib version 2.0

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Fri, 8 Mar 2002 01:33:51 -0800
On Fri, Mar 08, 2002 at 09:01:30AM +0100, Roets, Chris wrote:
> # /opt/TWWfsw/bin/ethereal
> 5617:/opt/TWWfsw/bin/ethereal: /sbin/loader: Fatal Error: object libz.so from li
> blist in /opt/TWWfsw/bin/ethereal has version "2.0", which does not match the fo
> und object: /usr/local/lib/libz.so (with version "1.1.3")
> 
> Can anybody point met to the 2.0 version of zlib for Tru64 Unix ?

I'm not sure they can, as I'm not sure it exists.

The zlib home page:

	http://www.gzip.org/zlib/

says

			Current release: 

			  zlib 1.1.3 

If you got a binary package of Ethereal, you should ask whoever built
the package where they got the zlib with which they linked Ethereal, and
try to get that version of zlib from them.

If you're building it from source, presumably when you linked it you
linked it with some particular version of zlib; do whatever is necessary
to make sure that it gets linked with the same version of zlib when it's
run (I don't know what you would have to do).