JModelica is refusing to load the file libhsl.so
as a shared library, even though I have set the LD_LIBRARY_PATH
variable:
Exception of type: OPTION_INVALID in file "../../../../Ipopt/src/Algorithm/IpAlgBuilder.cpp" at line 321: Exception message: Selected linear solver MA27 not available. Tried to obtain MA27 from shared library "libhsl.so", but the following error occured: libhsl.so: cannot open shared object file: No such file or directory
I have tried recompiling and rerunning JModelica in many ways.
I have set LD_LIBRARY_PATH
appropriately.
I have run ldconfig
.
Nothing seems to help.
How can I fix this?