Dependency Problems

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Tom Emerson
Date:  
Subject: Dependency Problems
Hmm, I've got this on a RedHat 7.3:

-rwxr-xr-x    1 root     root       207008 Apr  4 10:23 libssl.so.0.9.6b
lrwxrwxrwx    1 root     root           16 Apr 28 02:49 libssl.so.2 -> 
libssl.so.0.9.6b



-rwxr-xr-x    1 root     root        23575 Apr 15 06:27 libcrypt-2.2.5.so
-rwxr-xr-x    1 root     root       924879 Apr  4 10:23 
libcrypto.so.0.9.6b
lrwxrwxrwx    1 root     root           19 Apr 28 02:49 libcrypto.so.2 -> 
libcrypto.so.0.9.6b
lrwxrwxrwx    1 root     root           17 May 13 13:26 libcrypt.so.1 -> 
libcrypt-2.2.5.so



Memory jogging, there is always this to try:

rpm --nodeps --install sslwrap-2.0.5-3.i386.rpm

If the sslwrap goodies work, Bob's your Uncle. If you have coredumps,
bad /var/log/messages entries, anything else suspicious, you've got
problems. rpm -e sslwrap-2.0.5-3 and try something else.

Looks like you've got what's needed, could be that the sslwrap rpm has a
dependancy not defined quite right for your distro. (I do remember
tripping over this for something like pine, or some other typically
included package after I updated a batch of RedHat's back in March .. the
zlib flaw if I recall correctly.)

- tom e.

On Sat, 15 Jun 2002, Kevin Brown wrote:

rpm doesn't actually check for the file, just the rpm list for the rpm that
contains the file. Try looking on rpmfind to find what packages it depends on.

Adrian Mink wrote:
>
> Thanks, been trying that. I have placed symlinks in /lib, /usr/lib and
> /usr/local/lib pointing back to
> /lib/libcrypto.so.0.9.6b. No joy. Here are the results anyway, hope it jogs
> you memory because
> I am stumped!
>
> lrwxrwxrwx    1 root     root           16 Jun 15 18:47 libssl.so.0 ->
> libssl.so.0.9.6b
> -rwxr-xr-x    1 root     root       207008 Apr  4 10:24 libssl.so.0.9.6b
> lrwxrwxrwx    1 root     root           16 May 24 09:05 libssl.so.2 ->
> libssl.so.0.9.6b
> [root@linux lib]# ls -l libcrypto*
> lrwxrwxrwx    1 root     root           19 Jun 15 18:48 libcrypto.so.0 ->
> libcrypto.so.0.9.6b
> -rwxr-xr-x    1 root     root       936514 Apr  4 10:24 libcrypto.so.0.9.6b
> lrwxrwxrwx    1 root     root           19 May 24 09:05 libcrypto.so.2 ->
> libcrypto.so.0.9.6b

>
> Thanks.
>
> ----- Original Message -----
> From: "Tom Emerson" <>
> To: "Plug List" <>
> Sent: Saturday, June 15, 2002 7:17 PM
> Subject: Re: Dependency Problems
>
> > Adrian, I'm dimly remembering this from a few months ago. I think that it
> > was just a matter of adding an appropriately named symbolic link to
> > libcrypto.so.0.9.6b
> >
> > Something like this (as the root user):
> > cd /lib
> > ln -s libcrypto.so.0.9.6b libcrypto.so.0
> >
> > In case this doesn't work out, keep a log of what you did so you can back
> > out changes to stuff in thie /lib directory. Careful what you do in /lib,
> > a goof here will render your system in need of repair...
> >
> > Do this:
> > cd /lib
> > ls -l libssl*
> > ls -l libcrypto*
> >
> > and post the results back to the list, maybe that'll jog some memories?
> >
> > - tom e.
> >
> > On Sat, 15 Jun 2002, Adrian Mink wrote:
> >
> > Hello,
> >
> > I am having a problem I hope someone can help with. I am trying to install
> > sslwrap and keep getting the following dependency errors.
> >
> > [root@linux work]# rpm --install sslwrap-2.0.5-3.i386.rpm
> > error: failed dependencies:
> >         libcrypto.so.0 is needed by sslwrap-2.0.5-3
> >         libssl.so.0 is needed by sslwrap-2.0.5-3

> >
> > Now, openssl is installed and verified. The results of rpm -qa | grep
> > openssl show that both openssl and openssl-devel 0.9.6b-18
> > are installed. Now, I have noticed that openssl does not seem to install
> > libcrypto.so.0 and libssl.so.0, but it adds the version number
> > to the end of the files. So I actually have libcrypto.so.0.9.6b, etc.
> Could
> > this be my issue? Can someone tell me how to fix it?
> > Thanks!
> >
> > Adrian
> >
> >
> > ________________________________________________
> > See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't
> post to the list quickly and you use Netscape to write mail.
> >
> > PLUG-discuss mailing list -
> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
> >
> > ________________________________________________
> > See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't
> post to the list quickly and you use Netscape to write mail.
> >
> > PLUG-discuss mailing list -
> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
> >
>
> ________________________________________________
> See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail.
>
> PLUG-discuss mailing list -
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

________________________________________________
See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail.

PLUG-discuss mailing list -
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss