Why do I see the error "error while loading shared libraries: libcrypt.so.1" when starting MATLAB on a Linux machine?
21 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 18 de Jun. de 2019
Respondida: MathWorks Support Team
el 24 de Jul. de 2019
Why do I see the error "error while loading shared libraries: libcrypt.so.1" when starting MATLAB on a Linux machine?
Respuesta aceptada
MathWorks Support Team
el 24 de Jul. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!