> 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