Hi, I've already download the newest version(squid-2.6.PRE2-20060609), but don't know how to compile with both wccp and wccpv2 support. At first, I fellow the instruction in squid.conf.default, which says # TAG: wccp_router # Note: This option is only available if Squid is rebuilt with the # --enable-wccp option # # TAG: wccp2_router # Use this option to define your WCCP ``home'' router for # Squid. # #Default: # wccp_router 0.0.0.0 so I add --enable-wccp while configure, then make and make install. But squid can't recognize either "wccp_router" or "wccp2_route": # sbin/squid -k parse 2006/06/09 17:43:39| parseConfigFile: line 127 unrecognized: 'wccp_router 192.168.1.254' So I run configure with --help option, which says only --disable-wccp and --enable-wccpv2 are available. Then I rebuild squid with --enable-wccpv2, but still no help. "wccp_router" is still unrecognized, and "wccp2_router" can recognize, but squid don't active any wccp communication with the router.