Ethereal-users: Re: [Ethereal-users] Problem compiling 0.9.7

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, 15 Nov 2002 11:27:59 -0800
On Fri, Nov 15, 2002 at 08:17:29AM +0000, Geoff wrote:
> I think my zlib is up-to-date - it is 1.1.4 which (according to
> http://www.gzip.org/zlib/), is current.

What does the commands

	nm -p /usr/lib/libz.a | egrep gzgets
	nm -p /usr/lib/libz.so | egrep gzgets
	nm -p /usr/local/lib/libz.a | egrep gzgets
	nm -p /usr/local/lib/libz.so | egrep gzgets

report?