【求助】 64位机下matlab安装问题?
今天装了几次matlab都不是很成功。
matlab的3个镜像文件挂载在/mnt cdrom1 cdrom2 cdrom3 下
安装目录在/usr/local/matlab 并gedit /usr/local/matlab/bin/matlab 加入:
export LD_ASSUME_KERNEL=2.4.1
运行出现如下问题:
--------------------------------------
awk: error while loading shared libraries: libdl.so.2: cannot open shared
object file: No such file or directory
/bin/pwd: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
expr: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
Internal error 2: Could not determine the path of the
MATLAB root directory.
original command path = /usr/local/bin/matlab
current command path = /usr/local/bin/matlab
---------------------------------------
libdl.so.2 和libc.so.6 在/lib下都存在。。。
何解?