Fedora 30 matlab start issue
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (2)
Nima shafiee
il 31 Lug 2019
Modificato: Nima shafiee
il 31 Lug 2019
0 voti
thank you so much, that error solved
MATLAB 2018b fails to start on Fedora 30
but Matlab hang in Welcome
1 Commento
Nima shafiee
il 31 Lug 2019
Modificato: Nima shafiee
il 31 Lug 2019
Johannes Kalliauer
il 17 Ago 2020
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
Categorie
Scopri di più su Introduction to Installation and Licensing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!