Wine software on Ubuntu could not find version 9.2 of the Matlab Runtime to run a Windows based executable

4 views (last 30 days)
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

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!