Matlab Runtime correct version installed on Linux environment but getting error message could not find the correct version.

조회 수: 17 (최근 30일)
I had installed Matlab Runtime environment version v911 and can see folders and libraries inside the default installation path on a linux pc ("/usr/local/MATLAB/MATLAB_Runtime"), Also added library_path correctly , when tried to run one code which uses the compiled libraries i am seeing an error like this any help
Error: Could not find version 9.11 of the MATLAB Runtime.
Attempting to load libmwmclmcrrt.so.9.11.
Please install the correct version of the MATLAB Runtime.
Contact your vendor if you do not have an installer for the MATLAB Runtime

답변 (1개)

Swastik Sarkar
Swastik Sarkar 2025년 6월 16일
The issue may stem from an incorrect configuration of the LD_LIBRARY_PATH environment variable when executing the binary. This variable defines the directories where the system looks for runtime libraries.
Further information can be found in the following MATLAB Answer:
It is possible that incompatible or unintended library versions are listed earlier in the LD_LIBRARY_PATH than the version required by the binary. Placing the correct library paths at the beginning of the variable may help ensure that the appropriate versions are used.
I hope this helps resolve the issue and enables the binary to run as expected.
  댓글 수: 11
Swastik Sarkar
Swastik Sarkar 2025년 6월 20일
That's awesome !
If you can, please do let us know what different you have done apart from the above steps.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Software Development Tools에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by