Ethereal-users: RE: [Ethereal-users] zlib

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: Fri, 10 Sep 2004 16:37:53 -0700 (PDT)
Andrews, Glenn J (Glenn) said:
> Exactly what is X11 ?  Filenames begin with X11 ?  libX11 ?

X11, in its entirety.

> I am trying to compile ethereal on Solaris 10.

If the latest zlib comes with Solaris, and the X11 installed on your
machine is the one that came with Solaris, then you should complain to Sun
that they should configure their X11 *NOT* to install its own zlib, and,
if that zlib is in /usr/lib, try using

    --with-zlib=/usr

If you installed zlib yourself, and it's in, for example, /usr/local/lib,
try using

    --with-zlib=/usr/local

as per my previous message.

If you installed X11 yourself (rather than using Sun's X11), you should
reconfigure it to use the zlib on the system.