Hi, please have a look at http://www.squid-cache.org/mail-archive/squid-users/200907/0318.html The problem seems to be really tricky ... at least for me ... kind regards, Jan -----Ursprüngliche Nachricht----- Von: Daniel [mailto:Squid@xxxxxxxxxxxxx] Gesendet: Donnerstag, 23. Juli 2009 17:02 An: Squid-Users@xxxxxxxxxxxxxxx Betreff: Squid Installation Issue - 3.1.0.11 Good morning, I was attempting to install squid for the first time on my test box and I am encountering an issue that I was hoping someone could help me with. I know that there was some mention of this issue but I'm not sure that I saw a resolution. We're running Novell SuSe Linux Enterprise Server 11 x64 on a VMWare Host & the Squid version that I'm attempting to install is 3.1.0.11. cat /etc/SuSE-release SUSE Linux Enterprise Server 11 (x86_64) VERSION = 11 PATCHLEVEL = 0 uname -a Linux sclthdq01w 2.6.27.23-0.1-default #1 SMP 2009-05-26 17:02:05 -0400 x86_64 x86_64 x86_64 GNU/Linux I made it through the ./configure fine (I didn't define any custom arguments). After the ./configure, I attempted to run the make all. I received the following at the end: cc1plus: warnings being treated as errors client_side.cc: In function âint connKeepReadingIncompleteRequest(ConnStateData*)â: client_side.cc:2225: error: comparison between signed and unsigned integer expressions make[3]: *** [client_side.o] Error 1 make[3]: Leaving directory `/tmp/squid-3.1.0.11/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/squid-3.1.0.11/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/squid-3.1.0.11/src' make: *** [all-recursive] Error 1 After the make all, I attempted to go ahead and run the make install, even though I was fairly certain it would bomb. I received the following at the end: cc1plus: warnings being treated as errors client_side.cc: In function âint connKeepReadingIncompleteRequest(ConnStateData*)â: client_side.cc:2225: error: comparison between signed and unsigned integer expressions make[3]: *** [client_side.o] Error 1 make[3]: Leaving directory `/tmp/squid-3.1.0.11/src' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/tmp/squid-3.1.0.11/src' make[1]: *** [install] Error 2 make[1]: Leaving directory `/tmp/squid-3.1.0.11/src' make: *** [install-recursive] Error 1 That's that, oh mighty *nix/Squid admins. ;D Any help would be greatly appreciated! -Daniel