[ic] Installing packages

David Totten interchange-users@interchange.redhat.com
Wed Aug 15 14:07:00 2001


On 15 Aug 2001 08:23:56 -0700, Jason Timm wrote:
> 
> While trying to install perl-Crypt-SSLeay-0.27-1.i386.rpm onto RH7.0, I get:
> 
> error: failed dependencies:
>         libcrypto.so.1   is needed by perl-Crypt-SSLeay-0.27-1
>         libssl.so.1   is needed by perl-Crypt-SSLeay-0.27-1

Looks like you need to install whatever rpm that will provide you with
libcrypto.so.1, and libssl.so.1 before you can install that rpm.

> Also, for perl-DBD-Pg-1.00-1.i386.rpm, I get:
> 
> error: failed dependencies:
>         libpq.so.2   is needed by perl-DBD-Pg-1.00-1

same thing here.. you probably need to install the devel rpm's for
postgresql.

> And for perl-XML-Parser-2.30-1.i386.rpm, I get:
> 
> error: failed dependencies:
>         libexpat.so.0   is needed by perl-XML-Parser-2.30-1

Same thing. Probably some devel rpm that you don't have installed on
your machine right now.

Dave Totten