Index: [Article Count Order] [Thread]

Date:  Sat, 21 Oct 2006 08:21:34 +0200 (CEST)
From:  Jes Kasper Klittum <jes (at mark) enavn.com>
Subject:  [coba-e:07669] Re: CMU issues raq 4r to BQ - Problem installing package component
To:  coba-e (at mark) bluequartz.org
Message-Id:  <5595700.1161411694016.SLOX.WebMail.wwwrun (at mark) www.mailmotel.net>
In-Reply-To:  <453933A2.8050603 (at mark) digitalcollision.com>
References:  <043001c6f47a$93b7c6c0$0301a8c0 (at mark) Jerrycp> <453933A2.8050603 (at mark) digitalcollision.com>
X-Mail-Count: 07669


> Well I just tried that, and it failed with the same dependency errors
> that the other package needed....
> 
> [root /root]# rpm -ivh CMU-RaQ4-2.43.rpm
> error: failed dependencies:
>         ld-linux.so.2 is needed by RaQ4-cmu-2.43TL5-0
>         libc.so.6 is needed by RaQ4-cmu-2.43TL5-0
>         libz.so.1 is needed by RaQ4-cmu-2.43TL5-0
>         /usr/bin/perl is needed by RaQ4-cmu-2.43TL5-0
>         libc.so.6(GLIBC_2.0) is needed by RaQ4-cmu-2.43TL5-0
> 
> 
> So I guess at this point I would really need ot dig into fixing these
> dependencies.
> 
> Dustin
> 
> 


Another dirty one is to go to usr lib and locate the ld-linux.so,
libz.so and libc.so that is actually there and then symlinking the
needed library to the one that is actually there - f.ex. ln -s
/usr/lib/libc.so.6 /usr/lib/libc.so and so on - then install the rpm.

Jes