Originally posted by: Teej42
Okay, been having issues with posting here.
This is the command I'm using in my shell script:
+ sudo rpm -Uvh --nodeps gmp-6.1.2-1.aix6.1.ppc.rpm
Preparing... ################################# [100%]
file /usr/lib64/libgmp.a conflicts between attempted installs of gmp-6.1.2-1.ppc and gmp-6.1.2-1.ppc
file /usr/lib64/libgmp.so.10 conflicts between attempted installs of gmp-6.1.2-1.ppc and gmp-6.1.2-1.ppc
file /usr/lib64/libgmpxx.a conflicts between attempted installs of gmp-6.1.2-1.ppc and gmp-6.1.2-1.ppc
file /usr/lib64/libgmpxx.so.4 conflicts between attempted installs of gmp-6.1.2-1.ppc and gmp-6.1.2-1.ppc
+ [ 1 != 0 ]
+ echo Installation failed.
Installation failed.
The files does not exist:
>ls -al /usr/lib64/libgmp*
/usr/lib64/libgmp* not found
I am using --nodeps because I do not want the rpm program to try to "satisfy requirements" by pulling from the internet. There is a couple packages that have a recursive dependency on each other, and this is the only workaround on a sandboxed production server.
This is still AIX 7.1, btw.
#AIXOpenSource#AIX-Open-Source-Software