[root@Landauer35 ~]# ldd /apps/matlabR2009b/bin/glnxa64/MATLAB | grep "not found"
libXext.so.6 => not found
libXt.so.6 => not found
libXpm.so.4 => not found
libXext.so.6 => not found
libXt.so.6 => not found
libXmu.so.6 => not found
libXt.so.6 => not found
libSM.so.6 => not found
libICE.so.6 => not found
libXext.so.6 => not found
libXp.so.6 => not found
3.接著我用yum安裝第一個(gè),但它提示我已經(jīng)安裝了:
[root@Landauer35 ~]# yum install libXext.so.6 -y
Loaded plugins: security
Setting up Install Process
Package libXext-1.3.2-2.1.el6.i686 already installed and latest version
Nothing to do
4. 我再回去檢查,第一個(gè)library還是沒找到:
[root@Landauer35 ~]# ldd /apps/matlabR2009b/bin/glnxa64/MATLAB | grep "not found"
libXext.so.6 => not found
libXt.so.6 => not found
libXpm.so.4 => not found
libXext.so.6 => not found
libXt.so.6 => not found
libXmu.so.6 => not found
libXt.so.6 => not found
libSM.so.6 => not found
libICE.so.6 => not found
libXext.so.6 => not found
libXp.so.6 => not found