I got failed when i run bootstrap, any one got same with me? proxy:~/squid-3.0.PRE5-20070328# ./bootstrap.sh automake : autoconfg: libtool : Bootstrapping /usr/share/aclocal/pth.m4:43: warning: underquoted definition of _AC_PTH_ERROR run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal /usr/share/aclocal/pth.m4:55: warning: underquoted definition of _AC_PTH_VERBOSE /usr/share/aclocal/pth.m4:61: warning: underquoted definition of AC_CHECK_PTH configure.in:34: error: possibly undefined macro: AC_LTDL_DLLIB If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoconf failed Autotool bootstrapping failed. You will need to investigate and correct before you can develop on this source tree rgds, why On Fri, 16 Mar 2007 20:26:03 +0100 Henrik Nordstrom <henrik@xxxxxxxxxxxxxxxxxxx> wrote: > tor 2007-03-15 klockan 13:26 +0700 skrev Wahyu: > > > I want to try the gzip content encode with squid 3 but i got problem > > with that, patch and make are success, but when i'm running the > > squid i got this error: > > > > Starting proxy server: 2007/03/15 12:57:53| parseConfigFile: > > 'squid.conf' line 294 unrecognized: 'negotiate_ce_access allow all' > > 2007/03/15 12:57:53| parseConfigFile: 'squid.conf' line 303 > > unrecognized: 'encode_gzip_access allow all' > > 2007/03/15 12:57:53| parseConfigFile: 'squid.conf' line 312 > > unrecognized: 'encode_deflate_access allow all' > > > > anyone know how to solve this? > > After applying the patch the following is needed to build a content > recoding enabled Squid: > > ./bootstrap.sh > ./configure ... --enable-content-encoding > > Regards > Henrik