On Mon, Nov 7, 2011 at 4:31 PM, Nilesh Govindarajan <[email protected]>wrote:
> 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 > > The ls output is given below. Which one should i use? praj@praj-Studio-1555:~$ ls /lib/libc* /lib/libcap.so.2 /lib/libcap.so.2.21 praj@praj-Studio-1555:~$ -- > Nilesh Govindarajan > http://nileshgr.com > > -- > Mailing list guidelines and other related articles: > http://lug-iitd.org/Footer > -- Pushparaj Shetty D. Research Scholar Dept. of Mathematics IIT Delhi Cell# 9212370093 -- Mailing list guidelines and other related articles: http://lug-iitd.org/Footer
