> praj@praj-Studio-1555:/lib/i386-linux-gnu$ ls libc*
> libc-2.13.so     libcom_err.so.2    libcrypto.so.1.0.0
> libcidn-2.13.so  libcom_err.so.2.1  libcrypt.so.1
> libcidn.so.1     libcrypt-2.13.so   libc.so.6
>
>  i did ln -s /lib/i386-linux-gnu/libc.so.6 /lib/libc.so.6
> Now i opened Matlab. It gives Too many levels of symbolic links
> what is the problem?

I guess it's easier to explain/get this method to work than bothering
with whatever I have suggested already. Did you use sudo before ln?
The above method is reported to work [1]. To be honest, I would not
even bother with this warning as long as it is working. The simplest
way might be (assuming you are using the graphical session) to write a
script which invokes matlab as follows:

$ matlab &> /dev/null

or (if using it in a terminal)

$ matlab 2> /dev/null


SB

[1] http://troylee.posterous.com/matlab-staring-error-on-ubuntu-libcso6-not-fo




As an aside, please trim out the irrelevant parts of an email when you
reply (including redundant signatures at the bottom). DO NOT keep
everything that has been discussed. For example, here I am only
keeping your comment on 'ln' because that's what I am answering to. It
makes the emails much nicer to read through.

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

Reply via email to