On Wed, 16 Mar 2005, [iso-8859-1] Luis Lourenço wrote:
The problem I now have is that I have a Redhat 8 and a Redhat 6.2 server running with old versions of squid. When I try to upgrade these servers to squid-2.5.STABLE3-0 with a rpm package, I get a lot of errors complaining about the following failed dependencies.
libcrypto.so.4 libpthread.so.0(GLIBC_2.3.2) libssl.so.4
You need to rebuild the rpm for these older OS:es.
Get the current RedHat source RPM of Squid, then execute on the OS you want to build a binary RPM for:
rpmbuild --rebuild squid-2.5.STABLEx-y.src.rpm
this will (if successful) result in a binary RPM suitable to be installed on the same OS.
Regards Henrik