On Mon 07 Nov 2011 04:06:20 PM IST, Pushparaj Shetty wrote:
> Hi, While opening matlab, I get the following message. Matlab opens
> and works perfectly. how can i fix this error?
>
> /usr/local/matlab2011a/bin/util/oscheck.sh: 605: /lib/libc.so.6: not found
>
>
> regards
> Pushparaj Shetty D.
> Research Scholar
> Dept. of Mathematics
> IIT Delhi
> Cell# 9212370093
>

Sounds pretty strange, because usually /lib/libc.so.6 is symlinked to 
latest libc version in /lib, for example /lib/libc-2.13.so
You might try creating a symlink to the latest libc found in /lib (by 
ls libc*) and then running this command as root:

ln -s /lib/libc-<version as seen in the list> /lib/libc.so.6

-- 
Nilesh Govindarajan
http://nileshgr.com

-- 
Mailing list guidelines and other related articles: http://lug-iitd.org/Footer

Reply via email to