Why do I see the error "error while loading shared libraries: libcrypt.so.1" when starting MATLAB on a Linux machine?
21 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
MathWorks Support Team
il 18 Giu 2019
Risposto: MathWorks Support Team
il 24 Lug 2019
Why do I see the error "error while loading shared libraries: libcrypt.so.1" when starting MATLAB on a Linux machine?
Risposta accettata
MathWorks Support Team
il 24 Lug 2019
This issue will occur if you are missing the libcrypt.so.1 library, which is part of the libxcrypt package. To resolve this issue, run the command:
sudo yum install libxcrypt-compat
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!