Blog Archive

Monday, March 2, 2015

[matlab ubuntu installation] libc.so.6: not found



Question: 
I just installed Matlab R2010b on Ubuntu 14.04.
Upon initiation of Matlab, the following message is printed:
/usr/bin/matlab: 1: /usr/local/MATLAB/R2010b/bin/util/oscheck.sh: /lib64/libc.so.6: not found

Solution:

sudo ln -s /lib/x86_64-linux-gnu/libc-2.19.so /lib64/libc.so.6



Reference:



http://www.mathworks.com/matlabcentral/answers/43604-what-library-should-be-used-by-matlab-2012a-on-ubuntu-12-04-instead-of-libc-so-6


'via Blog this'

No comments:

Post a Comment