Fatal Error 9195
Hello,
I am getting the following error when running optistruct on a linux computer, where I installed HW recently.
*** FATAL ERROR # 9195 ***
Radflex could not be started.
Check if liblmx-altair shared library is in LD_LIBRARY_PATH or PATH.
License checkout could not be initialized.
The sam input file has been tested on other computers and it works fine.
Any idea what could have gone wrong in the installation?
Answers
-
Hi Seppaelae
Please install the following package (depending on your bit version):
compat-libstdc++-33
0 -
Hi,
I get the same error. I have openSUSE 13.2 (Harlequin) but I already have the newest version of compat-libstdc++-33. Is there something else I have to install?
Regards,
Sam
0 -
Sam,
check for libstdc++.so.5
0 -
libstdc++.so.5 was not found in package names, but openSuse 13.2 has libstdc++.so.6 installed. What else can I do?
0 -
this problem shouldn’t occur when you use e.g.:
/12.0/altair/scripts/optistruct
to run the job instead of directly using the optistruct executable.
0 -
If the above does not work,
Please export the below variables in your Linux environment in /etc/profile or ~/.bashrc file and this should sort out the problem.
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH: /12.0/altair/hwsolvers/optistruct/bin/linux64: /12.0/altair/hwsolvers/common/bin/linux64/
export RADFLEX_PATH=/12.0/altair/hwsolvers/common/bin/linux64
copy the radflex_12_linux from location /12.0/altair/hwsolvers/common/bin/linux64 to the location of the input file
0