On Sun, 2002-03-10 at 23:35, Filippo Pizzo wrote:

> if dgt:
>               rpm -ivh qpopper-4.0.1-1.i386.rpm
> 
> get the message:
> 
>               error: failed dependencies:
>       
>                       dracd is needed by qpopper-4.0.1-1
>                       libcrypto.so.0 is needed by qpopper-4.0.1-1
>                       libssl.so.0 is needed by qpopper-4.0.1-1

The qpopper RPM is compiled to use SSL and DRAC, so you need to install
the dracd and openssl-devel RPM's. Is the error message not clear? The
hard part is figuring out which package contains required libraries, but
"libssl" should have been a clue.

You can use http://www.rpmfind.net to find packages that contain files.
With .so files, you want to specify the base name and try it without
version numbers (ie. libssl.so without the .0) as the versioned symlinks
are added at package installation time and so aren't "owned" by a
package.

Reply via email to