Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm trying to install Matlab R14 personally on my debian machine. The CD that it comes with only 4 OS's: Mac, glnx86, sol2, and hpux. Is there any way I can still install?
When I tried to install, this is what happened:
bozhulaptop:/mnt# sh install usr/local/matlab -glnx86
install: line 1: /lib/libc.so.6: Permission denied
You may like to try your question on http://www.kluid.com , it is a dedicated matlab forum. Hope it will help.
:]
b4
Quote:
Originally Posted by bzhu5
I'm trying to install Matlab R14 personally on my debian machine. The CD that it comes with only 4 OS's: Mac, glnx86, sol2, and hpux. Is there any way I can still install?
When I tried to install, this is what happened:
bozhulaptop:/mnt# sh install usr/local/matlab -glnx86
install: line 1: /lib/libc.so.6: Permission denied
I found the problem which was not allowing us to install matlab on linux machine.
By default, on Linux systems, CD-ROM drives have read-only permission.
Following is what I did after investigating from internet and reading the
installation manual:
Become root
Unmount CD-ROM
Make dirctory /cdrom
Give command: mount -t iso9660 -o exec /drv/cdrom /cdrom
After this go to the directory where you want to install the matlab. Put licence
file in that directory and from being in that directory give command:
/cdrom/install
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.