Operating System - Linux
1828233 Members
2544 Online
109975 Solutions
New Discussion

where to get dependencies

 
Elena Leontieva
Esteemed Contributor

where to get dependencies

Hi,

This is RHEL 4.6 AS 32bit.

I need to install FC5-hobbit-4.2.0-1.i386.rpm
Where can I get the following dependencies:
libcrypto.so.6 is needed by hobbit-4.2.0-1.i386
liblber-2.3.so.0 is needed by hobbit-4.2.0-1.i386

Thank you,
Elena.
libldap-2.3.so.0 is needed by hobbit-4.2.0-1.i386
librrd.so.2 is needed by hobbit-4.2.0-1.i386
libssl.so.6 is needed by hobbit-4.2.0-1.i386
6 REPLIES 6
Ivan Ferreira
Honored Contributor

Re: where to get dependencies

If you have a red hat subscription, you can find it on Red Hat Network.

If you don't, you may use centos packages.

To identify the name of the package that provides those libraries, you can use:

http://rpm.pbone.net/
http://rpmfind.net/

Probably some of them you already have installed, but you need a newer/specific version.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Elena Leontieva
Esteemed Contributor

Re: where to get dependencies

Hi Ivan,

I do have the rpm itself and I tried to install it but got the error:

[root@quars757 tmp]# rpm -i FC5-hobbit-4.2.0-1.i386.rpm
error: Failed dependencies:
libcrypto.so.6 is needed by hobbit-4.2.0-1.i386
liblber-2.3.so.0 is needed by hobbit-4.2.0-1.i386
libldap-2.3.so.0 is needed by hobbit-4.2.0-1.i386
librrd.so.2 is needed by hobbit-4.2.0-1.i386
libssl.so.6 is needed by hobbit-4.2.0-1.i386


I do have a RedHat subscription, but how to find the missing libraries on the RedHat Network?

Thanks.
Elena.
skt_skt
Honored Contributor

Re: where to get dependencies


# rpm -q --whatprovides /lib/libssl.so.2
file /lib/libssl.so.2 is not owned by any package

[root@adela172p ~]# rpm -q --whatprovides /lib/libcrypto.so.4
file /lib/libcrypto.so.4 is not owned by any package


Looks like none of those type of file assciated with pkg.
Elena Leontieva
Esteemed Contributor

Re: where to get dependencies

Why did you use numbers 2 and 4 instead of 6 and 6?

Is there any way I can get these libraries?

Thanks,
Elena.
skt_skt
Honored Contributor

Re: where to get dependencies

those are the versions i have in my system.. 6 may be a higher versions
Elena Leontieva
Esteemed Contributor

Re: where to get dependencies

The package I tried to install is a Fedora rpm. I would need a similar RH rpm.