My bet is that the problem is whatever package installed the
/sw/include/netinet/tcp_var.h for you, since I'm sure net-snmp
really wants /usr/include/netinet/tcp_var.h .

I dunno if there's a "good" way to do this, but "a" way is to
cd /sw/fink/debs, and do the following in csh:

% foreach i ( *.deb )
foreach? (dpkg -c $i | sed -e "s/^/${i}: /") | grep tcp_var.h
foreach? end

That should tell you which package has tcp_var.h (although is probably
monstrous overkill).  If you can, uninstall that package and then see if
net-snmp builds OK.

  Bill


-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to