Amy Tanner wrote:

> trying to install gabber on a RH 7.2 box.
> 
> [root at lynx tmp]# rpm -Uhv gabber-0.8.4-1_rh7.i386.rpm 
> error: failed dependencies:
> 	libcrypto.so.1   is needed by gabber-0.8.4-1_rh7
> 	libssl.so.1   is needed by gabber-0.8.4-1_rh7
> 
> 
> according to gabber's website, you just need openssl >=0.95a, which
> i have:
> 
> [root at lynx tmp]# rpm -q openssl
> openssl-0.9.6b-8
> 
> however, it apparently installs libcrypto.so.0.9.6b:
> 
> [root at lynx tmp]# rpm -ql openssl | grep crypto
> /lib/libcrypto.so.0.9.6b
> 
> 
> what do i need to do to get libcrypto.so.1?  thx.
> 
> thanks.
> 


Try making a symlink from /lib/libcrypto.so.0.9.6b to /lib/libcrypto.so.1

rpm still may not pick up on the symlink, so you may have to use --nodeps

Though personally I'd first grab the src.rpm first and compile my own 
RPMs if possible. ;P