I'm trying to implement clamav in tandem with squid, and installed c-icap from ports on a freshly installed FreeBSD 6.2 box with a newly updated ports tree. When I start the program via '/usr/local/etc/rc.d/c_icap start', or when the box is booted and 'c_icap_enable="YES"' is in /etc/rc.conf. I've left a substantially similar message on freebsd-questions, and have seen no response after about 24 hours, so am posting here in hopes of someone being able to help here. I get this from the command line: ---------- Starting c_icap. Initialization of echo module...... Initialization of url_check module...... Segmentation fault (core dumped) ---------- and this from /var/log/messages ---------- May 31 12:32:28 zsquid c-icap: general, Setting parameter :Logger=sys_logger May 31 12:32:28 zsquid c-icap: general, Setting parameter :ServicesDir=/usr/local/lib/c_icap May 31 12:32:28 zsquid c-icap: general, Loading service :echo_module path srv_echo.so May 31 12:32:28 zsquid syslogd: sendto: No route to host May 31 12:32:28 zsquid syslogd: sendto: No route to host May 31 12:32:28 zsquid c-icap: general, Found handler C_handler for service with extension:.so May 31 12:32:28 zsquid c-icap: general, Loading service :url_check_module path srv_url_check.so May 31 12:32:28 zsquid c-icap: general, Found handler C_handler for service with extension:.so May 31 12:32:28 zsquid c-icap: general, Loading service :antivirus_module path srv_clamav.so May 31 12:32:28 zsquid c-icap: general, Found handler C_handler for service with extension:.so May 31 12:32:28 zsquid kernel: pid 3244 (c-icap), uid 0: exited on signal 11 (core dumped) ---------- Many Thanks for any help you might be able to give. Kurt