Multiple RPMs
I have apache ssl, (1.3.31), installed on an AIX 5.2 system. We used an rpm.
I need to put a second instance on that same system. I went to install
using:
rpm -i apache_1.331+ssl.rpm --prefix /u03/newlocation
And it complained apache was already installed. Is there a way I can do this
without trashing my current installation?
|