Why do I see the error "error while loading shared libraries: libcrypt.so.1" when starting MATLAB on a Linux machine?
조회 수: 21 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2019년 6월 18일
답변: MathWorks Support Team
2019년 7월 24일
Why do I see the error "error while loading shared libraries: libcrypt.so.1" when starting MATLAB on a Linux machine?
채택된 답변
MathWorks Support Team
2019년 7월 24일
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!