RPM with RHEL: install 2 version of same package / different arch
        Posted  
        
            by 
                Nicolas Tourneur
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Nicolas Tourneur
        
        
        
        Published on 2012-12-17T15:57:49Z
        Indexed on 
            2012/12/17
            17:04 UTC
        
        
        Read the original article
        Hit count: 328
        
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,
© Server Fault or respective owner