On Fri, Feb 20, 2004 at 07:41:28PM -0800, [EMAIL PROTECTED] 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).

_______________________________________________
Ethereal-dev mailing list
[EMAIL PROTECTED]
http://www.ethereal.com/mailman/listinfo/ethereal-dev

Reply via email to