필터 지우기
필터 지우기

Matlab Runtime not linking properly

조회 수: 2 (최근 30일)
Mikael Agopov
Mikael Agopov 2019년 2월 18일
I am trying to run a compiled Matlab code with another computer (both Linux). Usually this works out fine; however, now I ran into a strange problem:
The code compiles and allows installatiton without errors; however, when I try to start it (its name is ShowerGUI) with
mikael@mycomputer ~/Documents $ /usr/local/MATLAB/COMPILED/ShowerGUI/application/run_ShowerGUI.sh /usr/local/MATLAB/Matlab_Runtime/v95
, a following error message appears:
------------------------------------------
Setting up environment variables
---
LD_LIBRARY_PATH is .:/usr/local/MATLAB/Matlab_Runtime/v95/runtime/glnxa64:/usr/local/MATLAB/Matlab_Runtime/v95/bin/glnxa64:/usr/local/MATLAB/Matlab_Runtime/v95/sys/os/glnxa64:/usr/local/MATLAB/Matlab_Runtime/v95/sys/opengl/lib/glnxa64
/usr/local/MATLAB/COMPILED/ShowerGUI/application/ShowerGUI: error while loading shared libraries: libmwlaunchermain.so: cannot open shared object file: No such file or directory
I am sure that the linking folder has been set up correctly - I am using exactly the same command (apart from the program name) for another program which works well.

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Runtime에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by