필터 지우기
필터 지우기

Fedora 30 matlab start issue

조회 수: 2 (최근 30일)
tzycce
tzycce 2019년 4월 17일
답변: Johannes Kalliauer 2020년 8월 17일
I'm running Fedora 30 beta and the installation process went smoothly with default settings. However it won't boot and I get the following error:
"MATLAB is selecting SOFTWARE OPENGL rendering.
/usr/local/bin/matlab: line 1233: lsb_release: command not found
/usr/local/MATLAB/R2019a/bin/glnxa64/MATLAB: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory"
Libcrypt.so.1 is part of glibc package which is already installed as glibc-2.29-9.fc30.x86_64.
Why doesn't matlab find this package?

채택된 답변

Ayan Banerjee
Ayan Banerjee 2019년 4월 18일
Fedora 30 ships with libcrypt version 2. R2019a requires libcrypt version 1. By running dnf provides libcrypt.so.1, we can see that the legacy version 1 is provided by the package libcrypt-compat. You have to just install this package using dnf (dnf install libcrypt-compat).
  댓글 수: 4
Andrew Cavanaugh
Andrew Cavanaugh 2019년 5월 2일
That was the package for me, however I still get the same error when trying to open Matlab (even post re-boot). I'm sure re-installing Matlab will fix it, but that seems excessive.
Lucas Hermann
Lucas Hermann 2019년 5월 3일
had the same issue, thank you so much!

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

추가 답변 (2개)

Nima shafiee
Nima shafiee 2019년 7월 31일
편집: Nima shafiee 2019년 7월 31일
thank you so much, that error solved
MATLAB 2018b fails to start on Fedora 30
but Matlab hang in Welcome

Johannes Kalliauer
Johannes Kalliauer 2020년 8월 17일
1) install XFCE4
sudo dnf install libxcrypt-compat libnsl
sudo dnf groupinstall -y "Xfce Desktop"
2)Restart computer
3)Remove libcrypto.so.1.1 (or rename)
cd ~/Downloads/matlab_R2020a_glnxa64/bin/glnxa64
mv libcrypto.so.1.1 libcrypto.so.1.1.old
4)Run the installer (recommend not as sudo, since some licensing depend on login-name)
cd ~/Downloads/matlab_R2020a_glnxa64
./install

카테고리

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