필터 지우기
필터 지우기

Why do I see "error while loading shared libraries: libXss.so.1" when starting MATLAB on a Linux machine?

조회 수: 105 (최근 30일)
Why do I see "error while loading shared libraries: libXss.so.1" when starting MATLAB in terminal on my CentOS Linux machine?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2018년 3월 2일
This issue will occur if you are missing the libXss.so.1 library, which is part of the libXScrnSaver package. To resolve this issue, run the command:
sudo yum install libXScrnSaver
 
  댓글 수: 1
Scott Minkin
Scott Minkin 2019년 6월 17일
편집: Scott Minkin 2019년 6월 17일
The above answer works on Redhat-based distros (Fedora, CentOS, etc.)
If you receive the libXss.so.1 error on a Debian based distro (Ubuntu, Mint, etc.), then the equivalent fix is:
sudo apt-get install libxss1

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

제품


릴리스

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by