RPM with RHEL: install 2 version of same package / different arch
- by Nicolas Tourneur
I think the title is pretty self explanatory :)
Is it possible, under RHEL (v 5) to install 2 instances of the same packages with 32 bit support for one and 64 bits support for the other one?
Obviously, the running host has a 64 bit kernel and has the compatibility libraries required. (in this case, we would need a 64 bits JDK and a 32 bits one).
If yes, are there any special rpm flag to use (change of installation directory for instance)?
Thanks in advance,