SYMPTOM:
"Unable to load MAInst: java.lang. UnsatisfiedLinkError: no MAInst in java.library.path" error message is seen in the install.log when installing Strategy 9.x on Solaris.
CAUSE:
One possible reason for this error message is that that the variable LD_LIBRARY_PATH was not updated. This variable is set in the setup.sh script before the installer is launched.
ACTION:
To confirm that the variable is set, the setup.sh file can be modified by adding the following line ("echo $LD_LIBRARY_PATH) in the addTempLibPath() function under "export LD_LIBRARY_PATH" as shown below.
mkdir $LIB_DIR mstr_prepend_path LD_LIBRARY_PATH $LIB_DIR export LD_LIBRARY_PATH echo $LD_LIBRARY_PATH