Bugzilla – Bug 4164
Simple CA installation fails on RH 4 on IBM zSeries.
Last modified: 2008-08-11 15:51:22
You need to log in before you can comment on or make changes to this bug.
The problem seems to be related to the fact that GPT is not aware of s390 and s390x platforms. I will aske Alex Rodov (rodov@univa.com) to provide more specics here.
Any more information on this?
Closing due to inactivity.
Just a footnote - the resolution to this issue was found to be missing RPM's. From Univa Bugzilla: Default installation of 64-bit zLinux Red Hat AS 4 requires 2 more publicly available RPMs to address gpt problems and enable comple UGE4 functionality. Once these RPMs are installed, the product works correctly (successfully tested in builds 44 and 48). The required RPMs are: 1. perl-Compress-Zlib-1.41-1.rf.src.rpm There is no binary release of this RPM for s390/s390x (zSeries) architecture, therefore: * download the source version of this rpm (for example, from http://dag.wieers.com/packages/perl-Compress-Zlib/perl-Compress-Zlib-1.41-1.rf.src.rpm) * build it: rpmbuild --rebuild perl-Compress-Zlib-1.41-1.rf.src.rpm * install just compiled RPM: rpm -i /usr/src/redhat/RPMS/s390x/perl-Compress-Zlib-1.41-1.rf.s390x.rpm 2. libarchive-zip-perl-1.11-2.noarch.rpm This is an architecture-neutral package, which should be installed directly: * rpm -i libarchive-zip-perl-1.11-2.noarch.rpm