我在 /mnt/iso目錄下 執行 ./insatll
出現下列訊息:
The installer cannot be run when your current directory is on the CD.
Change to the target MATLAB installation directory and rerun the installer.
請問 我要把目錄改到什麼地方?
又要怎麼下安裝程式的指令呢?
不好意思 新手上路 請多指教~!!!
感激不盡~!
[root@134-208-38-130 matlab_linux]# cd /home
[root@134-208-38-130 home]# /mnt/iso/install
-------------------------------------------------------------------
An error status was returned by the program 'xsetup',
the X Window System version of 'install'. The following
messages were written to standard error:
/tmp/3984tmwinstall/update/bin/glnx86/xsetup: error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory
Attempt to fix the problem and try again. If X is not available
or 'xsetup' cannot be made to work then try the terminal
version of 'install' using the command:
install* -t or INSTALL* -t
-------------------------------------------------------------------
/tmp/3984tmwinstall/update/install/abort.sh: line 15: /tmp/3984tmwinstall/update/install/cleanup.sh: 沒有此一檔案或目錄
[root@134-208-38-130 home]#
---------- 以上 是我在終端機的執行結果
謝謝你回答我的問題~
我看了訊息 的解讀是我少了某個檔案 : libXp.so.6
請問是這樣嗎 ? 我又該如何解決呢??
我在 /mnt/iso目錄下 執行 ./insatll
出現下列訊息:
The installer cannot be run when your current directory is on the CD.
Change to the target MATLAB installation directory and rerun the installer.
請問 我要把目錄改到什麼地方?
又要怎麼下安裝程式的指令呢?
不好意思 新手上路 請多指教~!!!
感激不盡~!
我沒裝過 MATLAB, 但是我猜想, 你可以試試先 cd(回自己 home), 然後再 /mnt/iso/install 試試看?
[root@134-208-38-130 matlab_linux]# cd /home
[root@134-208-38-130 home]# /mnt/iso/install
-------------------------------------------------------------------
An error status was returned by the program 'xsetup',
the X Window System version of 'install'. The following
messages were written to standard error:
/tmp/3984tmwinstall/update/bin/glnx86/xsetup: error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory
Attempt to fix the problem and try again. If X is not available
or 'xsetup' cannot be made to work then try the terminal
version of 'install' using the command:
install* -t or INSTALL* -t
-------------------------------------------------------------------
/tmp/3984tmwinstall/update/install/abort.sh: line 15: /tmp/3984tmwinstall/update/install/cleanup.sh: 沒有此一檔案或目錄
[root@134-208-38-130 home]#
---------- 以上 是我在終端機的執行結果
謝謝你回答我的問題~
我看了訊息 的解讀是我少了某個檔案 : libXp.so.6
請問是這樣嗎 ? 我又該如何解決呢??
我猜這個是要在 xwindow 環境安裝?, 您貼的訊息有 "try the terminal
version of 'install' using the command: install* -t or INSTALL* -t" 此訊息, 或許您可以試試 -t 安裝?
您可以參考看看這篇 http://linux.chinaunix.net/bbs/redirect.php?tid=894457&goto=lastpost 文章(不好意思, 我沒裝過 MATLAB, 所以只能猜測跟您說)