ı want to install squid-stable14 with "Follow X-Forwarded-For" patch from http://devel.squid-cache.org/follow_xff/follow_xff-2.5.patch. # wget http://www.squid-cache.org/Versions/v2/2.5/squid-2.5.STABLE14.tar.gz # tar -zxvf squid-2.5.STABLE14.tar.gz #wget http://devel.squid-cache.org/follow_xff/follow_xff-2.5.patch # cd squid-2.5.STABLE14 # patch -p0 < ../follow_xff-2.5.patch but at the end of -------------------------- |Index: src/structs.h |--- src/structs.h 30 Oct 2003 03:14:29 -0000 1.48.2.15 |+++ src/structs.h 23 Nov 2003 14:20:25 -0000 -------------------------- File to patch: src/structs.h Patching file src/structs.h using Plan A... Hunk #1 failed at 592. Hunk #2 succeeded at 639 (offset 21 lines). Hunk #3 failed at 1633. Hunk #4 succeeded at 1668 (offset 5 lines). Hunk #5 failed at 1681. 3 out of 5 hunks failed--saving rejects to src/structs.h.rej done and i cant patch squid. whats the problem? how can i solve this ? thanks everybody