Matlab Runtime not linking properly
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!