Thank you very much Chris - I think that did the trick. When I run bootstrap again, it seems successful...but can I ignore these warnings? configure.in:1392: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:1493: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:1494: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:1495: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:1496: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:1497: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:1498: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:1499: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:1500: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:1501: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:1502: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:1904: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:1933: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:1957: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:1392: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:1488: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:1489: warning: AC_TRY_RUN called without default to allow cross compiling (etc...) ___________________________________________________ Gregori Parker * Network Administrator ___________________________________________________ Phone 206.404.7916 * Fax 206.404.7901 gregori@xxxxxxxxxxxxxx * www.playstream.com -----Original Message----- From: Chris Robertson [mailto:crobertson@xxxxxxx] Sent: Thursday, February 23, 2006 12:17 PM To: squid-users@xxxxxxxxxxxxxxx Subject: RE: post epoll... > -----Original Message----- > From: Gregori Parker [mailto:gregori@xxxxxxxxxxxxxx] > Sent: Thursday, February 23, 2006 10:53 AM > To: squid-users@xxxxxxxxxxxxxxx > Subject: RE: post epoll... > > > Ok, I need more detail - it doesn't make a lot of sense to > me. I ran ./bootstrap.sh where you said, and it told me this: > > Trying autoconf (GNU Autoconf) 2.59 SNIP > autoconf failed > Autotool bootstrapping failed. You will need to investigate > and correct > before you can develop on this source tree > > Obviously I need some newer files, but I don't know where to > get them or where to put them once I got them. PLEASE HELP :D > Actually, you need older files. :o) As of today... Grab http://mirrors.kernel.org/gnu/autoconf/autoconf-2.13.tar.gz Ungzip, untar, configure, make, and install. Grab http://mirrors.kernel.org/gnu/automake/automake-1.5.tar.gz Ungzip, untar, etc. again. Re-run bootstrap.sh Chris