Why do I see the error "error while loading shared libraries: libcrypt.so.1" when starting MATLAB on a Linux machine?
28 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 18 Juin 2019
Réponse apportée : MathWorks Support Team
le 24 Juil 2019
Why do I see the error "error while loading shared libraries: libcrypt.so.1" when starting MATLAB on a Linux machine?
Réponse acceptée
MathWorks Support Team
le 24 Juil 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!