Ethereal-dev: Re: [Ethereal-dev] ethereal 0.10.1 darwin build problems ...

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: Sat, 21 Feb 2004 00:16:17 -0800
On Fri, Feb 20, 2004 at 07:41:28PM -0800, downtime@xxxxxxxxxxxx wrote:
> when configured with the following options:  --enable-randpkt 
> --sysconfdir=/usr/local/share/ethereal 
> --libdir=/usr/local/share/ethereal --with-ssl=/usr/lib --with-netsnmp
> 
> 1. autoconf doesn't find net-snmp headers in /usr/local/net-snmp when 
> the library is in /usr/lib.  Mac OS X ships with a net-snmp lib, but 
> without the headers.

Then you'll either have to

	1) not use the library in /usr/lib

or

	2) wait for Mac OS X to ship with the headers

as we'll expect the headers and libraries for a package to go together
(we have no reason to expect that headers under /usr/local to correspond
to libraries in /usr/lib).