Use this procedure to install the Linux driver without epcarpm. See Package Version and Revision for important information on entering commands in this procedure.
rpm -ivv epca-version-revision.src.rpm
This command also copies the specification file (/usr/src/redhat/SPECS/epca-version.revision.spec) to the SPECS directory.
cd /usr/src/redhat/SPECS
rpm -bb epca.spec
cd /usr/src/redhat/RPMS/arch
rpm -ivv epca-version-revision.arch.rpm
The arch value should be replaced with a string representing your architecture, such as i386 or alpha. This value is system dependent and is chosen by your system when the RPM is built.
Note: To install the driver on another system of the same architecture and Linux version, copy the following binary to the same location on the other system and execute the rpm command in this step:
/usr/src/redhat/RPMS/arch/epca-version-revision.arch.rpm
cd /usr/src/redhat/SPECS
rpm -bl epca.spec