Can't reload '/usr/loca​l/MATLAB/R​2017b/bin/​glnxa64/li​bmwdastudi​o.so'

조회 수: 131 (최근 30일)
Carlos Imbaquingo
Carlos Imbaquingo 2017년 10월 12일
편집: Alfio Messina 2024년 4월 16일 9:08
I get this error message when I try to open simulink on Scientific Linux and Fedora.
  댓글 수: 2
Thirunagaru Deekshith
Thirunagaru Deekshith 2021년 1월 18일
편집: Walter Roberson 2021년 1월 18일
$ cd /usr/local/MATLAB/R2017b # Matlab directory
$ cd bin/glnxa64
$ mkdir exclude
$ mv libfreetype* exclude
$ cd ../../sys/os/glnxa64
$ mkdir exclude
$ mv libstdc++.so.6* exclude
$ cd
These commands worked for me
Alfio Messina
Alfio Messina 2024년 4월 16일 9:08
편집: Alfio Messina 2024년 4월 16일 9:08
This solution worked for me. Thank you!!!
I'm on a Ubuntu XFCE virtual machine and MATLAB R2017b.

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

답변 (4개)

Edward Pacman
Edward Pacman 2018년 3월 31일
Same issue, none missing from "ldd". R2018a on Arch Linux. So maybe solved in R2018b?
  댓글 수: 5
Abhinaba Saha
Abhinaba Saha 2019년 4월 8일
Thanx, The solution provided in BBS#202575 solved my problem too....!!
solution link: https://bbs.archlinux.org/viewtopic.php?id=231299
Luis Rodolfo Uvalle Lumbreras
Luis Rodolfo Uvalle Lumbreras 2020년 9월 15일
how do you create an exclude forlder?

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


Rajesh Balagam
Rajesh Balagam 2017년 10월 17일
It may be possible that some dependent libraries for 'libmwdastudio.so' are missing in the system. Check if all the dependencies are present for this library by performing the following steps:
1. Using a terminal, navigate to the directory where the library is found:
>> cd /usr/local/MATLAB/R2017b/bin/glnxa64
2. Then run the 'ldd' command as shown:
>> ldd libmwdastudio.so
3. Observe for any missing libraries in the output. For example:
libXt.so.6 => not found
libXext.so.6 => not found
4. Install the missing libraries
  댓글 수: 3
xiaotong Sun
xiaotong Sun 2017년 12월 13일
hi, Rajesh Balagam
I meet this issue,too. I did as your steps but I didn't have any missing libraries. And after that I still have the problem when I invoke Simulink in Matlab2017b. It also showed "Can't load glnxa64/libmwjmi.so": GLNXA64/libQt5WebEngineCore.so.5: undefined symbol: XFreeEventData
Thanks, Xiaotong
Eric Smith
Eric Smith 2018년 1월 18일
I have the same problem on Fedora 27. Running "ldd libmwdastudio.so" shows that all libraries are found, none missing. I am running matlab using the symlink the installer created. I installed matlab in /opt/matlab-r2017b, and the simlink is to /opt/matlab-r2017b/bin/matlab.

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


foboo
foboo 2017년 11월 29일
In my case this happened because I called
${MATLAB_ROOT}/bin/glnxa64/MATLAB
instead of
${MATLAB_ROOT}/bin/matlab

R Seyon
R Seyon 2021년 1월 27일
I had same problem . I have successfully solved this error by ( Matlab 2018a on linux mint 20.1 ) following below tutorial
Summary of this tutorial
-------------------------------
Can't reload'/xx/xx/xx/libmwdastudio.so
The reason for the problem: Matlab cannot load the font to display $ MATLAB / bin / glnxa64 / libfreetype.so.6;
Solution: Solve by cre

카테고리

Help CenterFile 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!

Translated by