Dependency Problems

Kevin Brown plug-discuss@lists.plug.phoenix.az.us
Sat, 15 Jun 2002 21:18:05 -0700


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" <tom@technicaljanitors.com>
> To: "Plug List" <plug-discuss@lists.PLUG.phoenix.az.us>
> 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  -  PLUG-discuss@lists.plug.phoenix.az.us
> > 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  -  PLUG-discuss@lists.plug.phoenix.az.us
> > 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  -  PLUG-discuss@lists.plug.phoenix.az.us
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss