Why do I get a libc.so.6: not found error when launching MATLAB in Ubuntu?

10 Ansichten (letzte 30 Tage)
I get the following error when I run MATLAB in Ubuntu:
/usr/local/MATLAB/R2011a/bin/util/oscheck.sh: 605: /lib/libc.so.6: not found

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 4 Okt. 2012
To resolve this problem, open a Terminal window and use the commands below depending on your OS architecture:
For 64-bit Ubuntu:
sudo ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib64/libc.so.6
For 32-bit Ubuntu:
sudo ln -s /lib/i386-linux-gnu/libc.so.6 /lib/libc.so.6
For using the Student Version on 64-bit:
sudo ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib
Afterwards try starting MATLAB again.

Weitere Antworten (0)

Kategorien

Mehr zu Manage Products finden Sie in Help Center und File Exchange

Produkte


Version

R2011a

Community Treasure Hunt

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

Start Hunting!

Translated by