I'm trying to use "CMU" to migrate between a RaQ4r and a
BlueQuartz-Centos machine (NuOnce version latest yums).
In the process, I discovered that I needed to update the CMU version on
the RaQ4r. I eventually found the recommended RaQ4-All-CMU-2.53.pkg
file and tried to install it.
However, while trying to install the pkg, I got the following error:
Problem installing package component: perl-Compress-Zlib-1.11-1.i386.rpm
As a long shot, hoping that I might be able to learn more by manually
installing that rpm, I searched around and found that rpm. When trying
to install it I got dependency errors.
[root cmu]# rpm -i perl-Compress-Zlib-1.11-1.i386.rpm
error: failed dependencies:
ld-linux.so.2 is needed by perl-Compress-Zlib-1.11-1
libc.so.6 is needed by perl-Compress-Zlib-1.11-1
libz.so.1 is needed by perl-Compress-Zlib-1.11-1
libc.so.6(GLIBC_2.0) is needed by perl-Compress-Zlib-1.11-1
The listed files(or symlinks) do exist in the "/lib/" folder on this RaQ4r.
When I ran the command:
[root cmu]# rpm -q --whatprovides /lib/libz.so.1
file /lib/libz.so.1 is not owned by any package
The output suggested to me that perhaps the rpm utility is reporting
failed dependencies since the needed files are not listed in the rpm
database(even though they are on the system)
So, I tried to test my suspicions by pushing ahead and using this command:
rpm -i --nodeps perl-Compress-Zlib-1.11-1.i386.rpm
Ok, now that file is installed but it had no impact at all on my
attempts to install CMU v2.53. I still get the same error when using
the web interface to try to install RaQ4-All-CMU-2.53.pkg
Anyone else have this problem?
Does anyone know how to get around these problems and install
RaQ4-All-CMU-2.53.pkg on a RaQ4r? (command line pkg installation?)
Dustin