Ethereal-dev: RE: [Ethereal-dev] Fun with zlib double-freeing

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

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxx>
Date: 11 Mar 2002 17:57:15 -0600
On Mon, 2002-03-11 at 17:47, HOOD, Andy wrote:
> The various Ethereal binaries are the only things I have installed that
> explicitly refers to libz.so.1.1.3
> Everything else asks for libz.so
> Any particular reason for this?
> 
> Regards,

Which binaries are you installing? My personal binaries built from
source, on a Debian/Linux system, show:

$ ldd ethereal
<snip>
	libz.so.1 => /usr/lib/libz.so.1 (0x402d3000)

--gilbert