On Wed, 11 May 2005, Joel Andersson wrote:
Hi there. I'm trying to install a squid proxy from the freebsd ports tree but I'm getting this error all the time . What can be causing this ?
/usr/ports/www/squid/work/squid-2.5.STABLE9/src/client_db.c:395: undefined reference to `snmp_var_new_integer' dns.o: In function `snmp_netDnsFn': /usr/ports/www/squid/work/squid-2.5.STABLE9/src/dns.c:130: undefined reference to `snmp_var_new_integer'
Looks like the SNMP code is only partially active.
Have you changed configure options without cleaning the tree inbetween?
Try "make clean; make".
Regards Henrik