Why do I receive an error about "libmwins.so" when installing MATLAB R14SP3 or later on Linux machines?
조회 수: 1 (최근 30일)
이전 댓글 표시
The installer outputs with the following error message when installing MATLAB:
$MATLAB/update/bin/glnxa64/xsetup: error while loading shared libraries:
$MATLAB/update/bin/glnxa64/libmwins.so: cannot restore segment prot after reloc: Permission denied
The installer abruptly quits at this point.
채택된 답변
MathWorks Support Team
2013년 9월 24일
There may be an issue with the SELinux settings on this machine. SELinux may be preventing the installer from starting properly. This problem is appearing in newer kernel distributions with Security Enhanced Linux (SElinux) enabled (mostly found in Fedora Core 4 or higher).
To confirm this, you can temporarily disable SELinux by running this command as root:
/usr/sbin/setenforce 0
Once that command has been run, try the installer again. You should be able to proceed through the installation at this point. Once installed, you can run the command:
/usr/sbin/setenforce 1
To turn SELinux back on. Please keep in mind that running SELinux may prevent MATLAB from starting as well. Please see the related solution: Why do I receive errors relating to the file "libmwlapack" when starting MATLAB R14SP3 or higher on Linux?
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!