Getting the following errors when trying to run INSTALL.NH or nhCheckInstallPreReqs scripts on fresh install of eHealth:
# ./INSTALL.NH
-bash: ./INSTALL.NH: /bin/ksh: bad interpreter: No such file or directory
#./nhCheckInstallPreReqs
-bash: ./nhCheckInstallPreReqs: /bin/ksh: bad interpreter: No such file or directory
These errors are caused by ksh not being installed on the Linux server.
To install ksh on the Linux system run the following command:
yum install ksh