> I have installed squid on a FreeBSD box by doing > ./configure;make all; make install .... > squid works fine, I want to enable snmp to monitor > squid with mrtg. > Do I need to reinstall squid from scratch? You have to build a squid with snmp enabled (--enable-snmp during configure).
Further pointers can be found at : http://www.squid-cache.org/Doc/FAQ/FAQ-18.html#ss18.9 M.
