Why do I get the message 'error while loading shared libraries: libncurses.so.5' when trying to start MATLAB?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 15 Jan. 2018
Bearbeitet: MathWorks Support Team
am 28 Apr. 2023
When trying to start MATLAB on a Linux machine, I get the following error message:
$MATLABROOT/bin/glnxa64/need_softwareopengl: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
How can I get MATLAB working?
Akzeptierte Antwort
MathWorks Support Team
am 28 Apr. 2023
Bearbeitet: MathWorks Support Team
am 28 Apr. 2023
The error message indicates that you may be missing the ncurses library on your machine. Please follow the distribution specific information on installing the ncurses library.
For example, if you are using Ubuntu, you could search for the library in Ubuntu's package search to find a package that contains the library and then install it with aptitude (apt install).
In this case, user installed the library and copied the files to their $MATLABROOT/bin/glnxa64/ directory. Afterwards, they were able to launch MATLAB with no issues.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!