On Thu, 29 Sep 2005, Awie wrote:
I will check the patch. However, in version S11 the patch was already built
in. So, I should change the Linux, am I right?
You can try backing out the patch to see if this is the cause to your
problem.
wget http://www.squid-cache.org/Versions/v2/2.5/squid-2.5.STABLE12-RC1.tar.gz
wget http://www.squid-cache.org/Versions/v2/2.5/bugs/squid-2.5.STABLE10-chroot_dir.patch
tar zxf squid-2.5.STABLE12-RC1.tar.gz
cd squid-2.5.STABLE12-RC1
patch -R <../squid-2.5.STABLE10-chroot_dir.patch
./configure ...
(you can use 2.5.STABLE11 instead of the STABLE12-RC1 release candidate if
you prefer, but beware of delaypools being broken in STABLE11)
If this works better for you then I'd like to take a closer look at what
may differ between your system and the other systems this patch was tested
on.
Regards
Henrik