lör 2009-08-15 klockan 07:45 +1000 skrev Nevil Thatcher: > 2009/08/14 22:45:11| aclIpParseIpData: unknown first address in > '127.0.0.1/32' > FATAL: Bungled squid.conf line 2: acl localhost src 127.0.0.1/32 Sounds like inet_pton is broken in your MinGW install somehow.. or that inet_pton is not what we expect it to be... Which MinGW version are you using? Also try adding ac_cv_func_inet_pton=no to your configure line, forcing it to use the bundled inet_pton version instead of what is provided by MinGW. Regards Henrik