> -----Original Message----- > From: Gregori Parker [mailto:gregori@xxxxxxxxxxxxxx] > Sent: Thursday, February 23, 2006 10:03 AM > To: squid-users@xxxxxxxxxxxxxxx > Subject: RE: post epoll... > > > Interesting... > > Here's what I did (downloaded patch from here > http://devel.squid-cache.org/cgi-bin/diff2/epoll-2_5.patch?s2_5): > > #> tar zxvf squid.tar.gz > #> mv squid-2.5STABLE12/ squid > #> patch -p0 < epoll-2_5.patch > #> cd squid ./bootstrap.sh <--- This will complain if you don't have the preferred version of autoconf and automake. > #> ulimit -HSn 8192 > #> ./configure --prefix=/usr/local/squid --enable-async-io > --enable-snmp --enable-htcp --enable-underscores --enable-epoll > #> make > (etc..) > > Can you help me understand what I missed? I've never worked > with CVS or > bootsrap.sh, so please be specific :) > > To the best of my knowledge, every one of the patch files on devel.squid-cache.org have a bootstrap.sh that needs to be run after the patch is applied. Chris