Why do I see the error "error while loading shared libraries: libcrypt.so.1" when starting MATLAB on a Linux machine?
20 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 18 Jun. 2019
Beantwortet: MathWorks Support Team
am 24 Jul. 2019
Why do I see the error "error while loading shared libraries: libcrypt.so.1" when starting MATLAB on a Linux machine?
Akzeptierte Antwort
MathWorks Support Team
am 24 Jul. 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!