LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   RPM dependency question (https://www.linuxquestions.org/questions/linux-software-2/rpm-dependency-question-59446/)

tarballed 05-12-2003 04:47 PM

RPM dependency question
 
Hello everyone.

I have a quick question when installing RPM's on my system. I am attemting to install a stable release of OpenLDAP via RPM's. I have downloaded the rpms. However, when I attempt to install the RPm, I get the following error:

[root@PDC RPMS]# rpm -ivh openldap-2.1.19-1.i386.rpm
error: Failed dependencies:
libcrypto.so.4 is needed by openldap-2.1.19-1
libssl.so.4 is needed by openldap-2.1.19-1

So I did a whereis for libcrypto.so.4 and libssl.so.4...

[root@PDC RPMS]# whereis libcrypto.so.4
libcrypto.so: /lib/libcrypto.so.2 /usr/lib/libcrypto.so
[root@RPMS]# whereis libssl.so.4
libssl.so: /lib/libssl.so.2 /usr/lib/libssl.so

I added both /lib and /usr/lib to my ld.so.conf file and ran ldconfig, but no luck.

Anyone have any suggestions?

Thanks.

Tarballed

david_ross 05-12-2003 05:10 PM

Quote:

[root@PDC RPMS]
Still on the PDC :)

Try upgrading openssl:
http://www.openssl.org/

tarballed 05-12-2003 05:28 PM

Quote:

Still on the PD
Yep. :)

Actually, a new task has been given to me with the PDC. I have setup the server the way I want. Now, I am compiling both LDAP and samba so I can run the PDC with Samba+LDAP. Should keep me extremely busy and help me keep the posts coming along. :)

I will keep you updated.

I realized, after a little bit of tinkering that I needed to update my openssl. :eek:

I will keep you posted as I move along.

Tarballed

david_ross 05-12-2003 05:32 PM

I'm one step ahead on my ldap server at work - I got it installed last tuesday but when I tried to add a new user it fails. And yes you guessed it - the 1001 other things I have had to do took precedence. Oh well - maybe tomorrow!

Good luck! I'm off to bed!

tarballed 05-12-2003 05:48 PM

Thanks for the vote of confidence. I am sure we can put our heads together to sort out LDAP and Samba.

In the meantime, i am trying to update openssl on my server, but I am having a few weird things happen.

Let me put a few outputs here:

[root@PDC RPMS]# rpm -qa |grep openssl
openssl-0.9.6b-33
openssl-devel-0.9.6b-33

Now, when I try to install a updated version of Samba, I get this:

[root@PDC RPMS]# rpm -Uvh samba-common-2.2.8a-0.i386.rpm
warning: samba-common-2.2.8a-0.i386.rpm: V3 DSA signature: NOKEY, key ID 897da07a
error: Failed dependencies:
libcrypto.so.4 is needed by samba-common-2.2.8a-0
libssl.so.4 is needed by samba-common-2.2.8a-0

Doing some research, I see that libcrypto.so.4 is installed with version 0.9.7a of openssl.

And the finally....when I try and update openssl:

[root@CourtesyPDC RPMS]# rpm -Uvh openssl-0.9.7a-5.i386.rpm
error: Failed dependencies:
libcrypto.so.2 is needed by (installed) python-2.2.1-17
libcrypto.so.2 is needed by (installed) gnome-vfs2-2.0.2-5
libcrypto.so.2 is needed by (installed) bind-utils-9.2.1-9
libcrypto.so.2 is needed by (installed) lftp-2.5.2-5
libcrypto.so.2 is needed by (installed) libwvstreams-3.70-5
libcrypto.so.2 is needed by (installed) openssh-3.4p1-2
libcrypto.so.2 is needed by (installed) openssh-clients-3.4p1-2
libcrypto.so.2 is needed by (installed) openssh-server-3.4p1-2
libcrypto.so.2 is needed by (installed) pyOpenSSL-0.5.0.91-1
libcrypto.so.2 is needed by (installed) net-snmp-5.0.1-6
libcrypto.so.2 is needed by (installed) net-snmp-utils-5.0.1-6
libcrypto.so.2 is needed by (installed) sendmail-8.12.5-7
libcrypto.so.2 is needed by (installed) stunnel-3.22-4
libcrypto.so.2 is needed by (installed) tcpdump-3.6.3-3
libcrypto.so.2 is needed by (installed) wget-1.8.2-3
libcrypto.so.2 is needed by (installed) cups-libs-1.1.15-10
libcrypto.so.2 is needed by (installed) curl-7.9.8-1
libcrypto.so.2 is needed by (installed) gnome-vfs-1.0.5-6
libcrypto.so.2 is needed by (installed) mutt-1.4-4
libcrypto.so.2 is needed by (installed) postfix-1.1.11-5
libcrypto.so.2 is needed by (installed) ethereal-0.9.6-1
libcrypto.so.2 is needed by (installed) lynx-2.8.5-7
libcrypto.so.2 is needed by (installed) cyrus-sasl-2.1.10-1
libcrypto.so.2 is needed by (installed) cyrus-sasl-devel-2.1.10-1
libcrypto.so.2 is needed by (installed) cyrus-sasl-md5-2.1.10-1
libcrypto.so.2 is needed by (installed) openldap-2.0.27-2.8.0
libcrypto.so.2 is needed by (installed) openldap-clients-2.0.27-2.8.0
libcrypto.so.2 is needed by (installed) openldap-servers-2.0.27-2.8.0
libssl.so.2 is needed by (installed) python-2.2.1-17
libssl.so.2 is needed by (installed) gnome-vfs2-2.0.2-5
libssl.so.2 is needed by (installed) lftp-2.5.2-5
libssl.so.2 is needed by (installed) libwvstreams-3.70-5
libssl.so.2 is needed by (installed) pyOpenSSL-0.5.0.91-1
libssl.so.2 is needed by (installed) sendmail-8.12.5-7
libssl.so.2 is needed by (installed) stunnel-3.22-4
libssl.so.2 is needed by (installed) wget-1.8.2-3
libssl.so.2 is needed by (installed) cups-libs-1.1.15-10
libssl.so.2 is needed by (installed) curl-7.9.8-1
libssl.so.2 is needed by (installed) gnome-vfs-1.0.5-6
libssl.so.2 is needed by (installed) mutt-1.4-4
libssl.so.2 is needed by (installed) postfix-1.1.11-5
libssl.so.2 is needed by (installed) lynx-2.8.5-7
libssl.so.2 is needed by (installed) openldap-2.0.27-2.8.0
libssl.so.2 is needed by (installed) openldap-clients-2.0.27-2.8.0
libssl.so.2 is needed by (installed) openldap-servers-2.0.27-2.8.0
openssl = 0.9.6b-33 is needed by (installed) openssl-devel-0.9.6b-33


Anyone have any ideas?

Tarballed

:(

tarballed 05-13-2003 11:11 AM

Anyone have any suggestions on how I can update OpenSSL on my server? This is holding me back at the moment and I really need to get it updated.

Any suggestions?

Tarballed


All times are GMT -5. The time now is 09:46 AM.