RPM Installation Issues

Working on a few installation attempts using the RPM packages (openiam-2026.6.1-24.noarch.x86_64 then ver 4.2.1.15 and ver 4.2.1.16) which defaults to /usr/local < Can that default path be overridden by defining the install path within the rpm?

I’m looking at these options: rpm -qpi package-name.rpm | grep Relocations > sudo rpm -ivh --prefix=/opt/local package-name.rpm > sudo rpm -ivh --relocate /=/opt/new-path --badreloc package-name.rpm > rpm2cpio package-name.rpm | cpio -idmv (this option unpacks the rpm directory structure into your current working directory allowing you to move files manually).

Installing OpenIAM on non-root partition

1 Like