Wine software on Ubuntu could not find version 9.2 of the Matlab Runtime to run a Windows based executable
5 次查看(过去 30 天)
显示 更早的评论
Hello,
I am using Ubuntu 16.04. I want to run a windows based executable on Ubuntu so I am using wine package to do that.
How ever when I try to run the program on ubuntu I get this error:
"Could not find version 9.2 of the MATLAB Runtime. Attempting to load mclmcrrt9.2.dll. Please install the correct version of the MATLAB Runtime"
So I installed Matlab Runtime 9.2 installed as per the instruction.
I have also added the environment variable using the following commands:
export LD_LIBRARY_PATH=/usr/local/MATLAB/MATLAB_Runtime/v92/sys/os/glnxa64
and also added this to be safe:
export LD_LIBRARY_PATH=/usr/local/MATLAB/MATLAB_Runtime/v92/
How ever when I try to run the program on ubuntu I get this error:
"Could not find version 9.2 of the MATLAB Runtime. Attempting to load mclmcrrt9.2.dllmclmcrrt9.2.dll. Please install the correct version of the MATLAB Runtime".
Can someone please let me know if I am missing somethong here or what can I do to fix this error?
Thank you,
Vinit
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!