RE: Trying to Install


Subject: RE: Trying to Install
From: Uncle Meat (kcsmart@worldinter.net)
Date: Fri Oct 13 2000 - 04:58:43 EDT


On 13-Oct-2000 Matthew Boehm spoke something to the effect:
> Hey. I am trying to install netatalk on RedHat Linux 6.2. Upon issuing
> the
> command 'rpm -Uvh <netatalk>.rpm' I get this error.
>
> error: failed dependencies:
> libcrypto.so.0 is needed by netatalk-1.4.99-0.20000927mdk
>
> I went searching and found libcrypto inside the openssl distro. So I
> downed
> it and installed it.
>
> Tried the netatalk again. Same error.
>
> What do I need to do?

Make sure /etc/ld.so.conf has the location of lybcrypt.so.0 in it (/lib,
/usr/lib, /usr/local/lib, etc), run /sbin/ldconfig and try again. If the
rpm still fails:

        rpm -Uvh <filename> --nodeps

When it runs it should find the libcrypt file. It's just that the rpm
package isn't smart enough to do it because it's looking in a place/some
places other than where it exists.

-- 
Imitation is the sincerest form of television.



This archive was generated by hypermail 2b28 : Wed Jan 17 2001 - 14:32:22 EST