|
error:
cp: cannot stat `/mnt/cdrom/update/bin/glnxa64/*': No such file or directory
Error writing to /tmp/4814tmwinstall
The installer is unable to copy files to /tmp.
Make sure that /tmp exists, is writable, and has
at least 5 megabytes of available space.
----------------------------------------
Basic information:
linux fc 7.0 64 bit operation system
cpu athlon 3000+
downloaded matlab for linux from ftp://eelinux.3322.org
altogether three cds:
Matlab_R14_Mac.Linux.Unix_CD1.iso
Matlab_R14_Mac.Linux.Unix_CD2.iso
Matlab_R14_Mac.Linux.Unix_CD3.iso
-----------------------------------------
my step for installation:
1. mkdir /usr/local/matlab7
2. mkdir /mnt/cdrom
3.mount -o loop /mnt/windowsc/Matlab_R14_Mac.Linux.Unix_CD1.iso /mnt/cdrom
(former wrong command:
mount -o loop /mnt/cdrom /mnt/windowsc/Matlab_R14_Mac.Linux.Unix_CD1.iso)
4. ./mnt/cdrom/install
after step 4, there came the above error |
|