Originally posted by: FF_Jelle
Hello,
After installing the bash-4.4-3.aix6.1.ppc rpm downloaded from the AIX Toolbox for Linux Applications on a clean AIX 7.2 host, I get the following info/error message:
## Binary "bash" is available in 32bit and 64bit ##
The default used is 64bit
If 32 bit is needed, please change symbolic link
for "bash" in /bin directory
To do that type:
# rm -f /bin/bash
# ln -sf /opt/freeware/bin/bash_32 /bin/bash
cp: /bin/bash: A file or directory in the path name does not exist.
rpm_share: 0645-007 ATTENTION: update_file() returned an unexpected result.
rpm_share: 0645-007 ATTENTION: update_inst_root() returned an unexpected result.
The main issue is that the /bin/bash symbolic link is missing.
I have found the following article, although it applies to AIX 7.1: https://www-01.ibm.com/support/docview.wss?uid=isg1IJ00512
Our bos.rte.install fileset is at the following level, so this does not seem to be the problem:
# lslpp -L | grep bos.rte.install
bos.rte.install 7.2.2.1 C F LPP Install Commands
We would like to solve this issue, since we don't want to manually create the bash symbolic link every time we install the rpm on a new server.
Any advice on how to solve this problem?