> I have installed squid by "squid-2.5.STABLE3.tar.gz" > when I give command squid -v it gives > "Squid Cache: Version 2.4.STABLE7" > Before installing version 2.5, version 2.4 was > installed while installing Linux 8.0 > As advised on this forum, I complied squid without > deleting squid 2.4
Then the binary for 2.4 is probably found in your path before the binary for 2.5. Go into the directory where the Squid 2.5 binary is and issue the command ./squid -v See what that gives. Also, if you're not using Squid 2.4, then you should probably remove it. Adam
