You are trying to install a binary RPM built for a later operating system version than the version you are using.
Recommended action is to rebuild the RPM from the Source RPM (should be found from the same location where you found this binary RPM). Generic instructions for rebuilding a RPM from a Source RPM: rpm --rebuild ...src.rpm rpm -U /path/to/resulting/binary.rpm Regards Henrik On Wednesday 19 February 2003 23.24, [EMAIL PROTECTED] wrote: > I'm having issues with dependencies that aren't making sense. Have > a look: > > after a: rpm -Uvh squid-2.5.STABLE1-2.i386.rpm > > I receive > > error: Failed dependencies: > libcrypto.so.4 is needed by squid-2.5.STABLE1-2 > libpthread.so.0(GLIBC_2.3.2) is needed by > squid-2.5.STABLE1-2 libssl.so.4 is needed by squid-2.5.STABLE1-2 > > openssl IS installed and current, the same goes for openssl-devel. > However, libcrypto.so.4 and libssl.so.4 are no-where on the system. > > To confirm that suspicion I chose to ldconfig -v | grep <each file> > No can-do. > > For libpthread.so.0 > This library IS on my system and recognized by ldconfig -v > > Why can't rpm see this library and where can I get the other two > libraries from?
