Ethereal-dev: Re: [ethereal-dev] Re: [ethereal-users] problem while make'ing: "wiretap/file.c:

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Sun, 28 Nov 1999 16:14:23 -0800
> Perhaps it would be a good idea for the next release's configure to
> check for the gzseek symbol in -lz, not just check for the library
> itself.

Yes.  It appears that Mr. Steeman may have had an older version of Zlib
on his system as well, as the configure script found "gzopen()" both
before and after he installed a newer Zlib, but "gzseek()" and some
other routines ("gztell()", "gzgets()", "zError()") were missing before
but not after.

I'll check in a change to check for all those routines, and to include
compressed-file-reading support only if they're all there.