qacafe - ip test solutions
Knowledge Base > Installation > Is Redhat Enterprise Linux 3.0 supported?

Is Redhat Enterprise Linux 3.0 supported?

Yes.

In order to run QA Cafe software on Redhat Enterprise Linux 3.0, you must currently install an additional RPM package - compat-libstdc++-7.3-2.96.122.i386.rpm. This RPM package can be found on CD 3 of the Red Hat Enterprise Linux WS install package under Redhat/RPMS.

[root@demo RPMS]# rpm -ivh compat-libstdc++-7.3-2.96.122.i386.rpm 
warning: compat-libstdc++-7.3-2.96.122.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
Preparing...                ########################################### [100%]
   1:compat-libstdc++      ########################################### [100%]
[root@demo RPMS]#

Once this RPM is installed on your system, you can install any of the QA Cafe test suite software using the redhat9 rpm packages.

NOTE: You may also need to install the kernel-unsupported module for additional drivers not installed by default. ( For example kernel-unsupported-2.4.21-4.EL.i686.rpm). Redhat Enterprise Linux 3.0 does not install any drivers for ATM cards by default. You must also install the kernel-unsupported RPM package to add ATM drivers.

[root@demo RPMS]# rpm -ivh kernel-unsupported-2.4.21-4.EL.i686.rpm
warning: kernel-unsupported-2.4.21-4.EL.i686.rpm: V3 DSA signature: NOKEY, key ID db42a60e
Preparing...                ########################################### [100%]
   1:kernel-unsupported     ########################################### [100%]
[root@demo RPMS]#