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 <gharris@xxxxxxxxx>
Date: Sun, 1 Dec 2002 13:01:30 -0800
On Fri, Nov 15, 2002 at 08:00:23PM +0000, Geoff wrote:
> me@proton:~ > nm -p /usr/lib/libz.a | egrep gzgets
> 000015ac T gzgets

What does the command

	find / -name 'libz.*' -print

report?

If it reports any other libz.a or libz.so files, what does the command

	nm -p {pathname of other libz file} | egrep gzgets

report?