Ethereal-users: Re: [Ethereal-users] libwiretap.a(toshiba.o) compile issue

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

From: Nathan Neulinger <nneul@xxxxxxx>
Date: Sat, 04 Aug 2001 09:41:55 -0500
I've experienced this many times before... It's because of Xfree86
(possibly only 4.x)... It includes a libz that doesn't include the
functions, which is in the sharedlib path first, but the link path for
gcc has the /usr/lib/libz one, which does have the functions in it.

Or something like that. 

-- Nathan

Guy Harris wrote:
> 
> > I get this when attempting to compile on a reasonably clean,
> > reasonably recent Slackware 7.x system...
> 
> Did you download fresh source, and run "configure" on it?
> 
> If not, download fresh source, run "configure", saving the output to a
> file, and send that file to "ethereal-dev@xxxxxxxxxxxx".
> 
> If so, do "make distclean", and then run "configure" again, saving the
> output to a file, and send that file back to
> "ethereal-dev@xxxxxxxxxxxx".
> 
> Along with the output of "configure", also send the output of the
> command
> 
>         find . -name config.h -print | xargs egrep LIBZ /dev/null
> 
> Ethereal's configure scripts are supposed to check to see whether the
> system on which it's being run has a zlib that includes "gzgets()" and,
> if not (i.e., if the system either doesn't have zlib or the zlib that
> comes with the system doesn't have "gzgets()", it should completely
> disable all support for reading compressed files (as the system doesn't
> offer sufficient support to allow Ethereal to read compressed files).
> 
> So either
> 
>         1) there's some configure script bug
> 
> or
> 
>         2) there's something wrong with your system so that the
>            configure script checks cannot (no matter how bug-free they
>            are) reliably determine whether the system has a zlib with
>            gzgets (a system with two separate versions of zlib might be
>            such a system).
> 
> _______________________________________________
> Ethereal-users mailing list
> Ethereal-users@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-users

-- 


------------------------------------------------------------
Nathan Neulinger                       EMail:  nneul@xxxxxxx
University of Missouri - Rolla         Phone: (573) 341-4841
CIS - Systems Programming                Fax: (573) 341-4216