フィルターのクリア

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 Center および File ExchangeIntroduction 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