Borrar filtros
Borrar filtros

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

105 visualizaciones (últimos 30 días)
Why do I see "error while loading shared libraries: libXss.so.1" when starting MATLAB in terminal on my CentOS Linux machine?

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 2 de Mzo. de 2018
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 comentario
Scott Minkin
Scott Minkin el 17 de Jun. de 2019
Editada: Scott Minkin el 17 de Jun. de 2019
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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Productos


Versión

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by