> Attached please find the new "make" outut, after: > > # patch -p0 < macosx_fatal_fails_mk2.patch > patching file compat/compat_shared.h > patching file include/config.h > patching file include/fatal.h > > Here're the ./configure options I used: > > ./configure \ > --build=i686-apple-darwin \ > --with-large-files \ > --disable-ident-lookups --disable-dependency-tracking \ > --enable-ipv6 \ > --enable-filters --enable-snmp --enable-ssl \ > --enable-icap-client \ > --enable-removal-policies=heap,lru \ > --enable-external-acl-helpers=ip_user,ldap_group,unix_group,wbinfo_group \ > --enable-auth=basic,digest,ntlm,negotiate \ > --enable-basic-auth-helpers=PAM,NCSA,LDAP,MSNT,NCSA,SMB,YP,getpwnam,multi-domain-NTLM > \ > --enable-negotiate-auth-helpers=squid_kerb_auth \ > --enable-digest-auth-helpers=password \ > --enable-ntlm-auth-helpers=fakeauth \ > --enable-delay-pools \ > --enable-multicast-miss \ > --with-filedescriptors=16384 --with-dl \ > --enable-dl-malloc \ > --enable-gnuregex \ > --enable-storeio=coss \ > --with-ipv6-split-stack \ >
Oooh. I don't think its relevant, but some cleanup is needed there... Drop: --with-ipv6-split-stack; it was partially added for Windows XP but never completed due to windows VCS issues. Squid does dual-stack nicely. --enable-ipv6; It's auto-detected. Just ensure you have the proper v6-capable kernel and headers present. --enable-dl-malloc; obsolete --enable-storeio=coss; COSS has too many bugs in Squid-3 to be considered usable. No change in the trace. This is really, really weird. Am I able to get shell access to the box you build these on? I'd like to test the build a bit and first-hand is best for that. Amos
