2013-06-24 74 views
2

無法安裝字節碼編譯於CentOS 5.8得到錯誤無法解開的/ tmp /字節碼編譯無法安裝在CentOS的字節碼編譯5.8得到錯誤無法解開的/ tmp /字節碼編譯

命令我正在執行: -

[email protected]# pecl install bcompiler starting to download... bcompiler-1.0.2.tgz (57,247 bytes) ...Downloading and than downloaded ...

Error: unable to unpack /tmp/tmpASDWss/bcompiler-.1.0.2.tgz

我谷歌幾次,但無法找到解決方案,似乎沒有人得到這個錯誤..

我已經從編碼我的字節碼編譯在phpscript我ubuntuLinux和我上傳到我的服務器..的CentOS ..

請注意我第一次使用bcompiler,所以雖然我可能不需要bcompiler,但正如你可能預期的頁面失敗:(

所以我想我需要在我的服務器上安裝bcompiler ..所以我開始安裝但是失敗了。請解釋我是否做錯了什麼。

我能得到任何幫助,請 感謝

回答

0

試試這個。

只需從http://pecl.php.net/package/bcompiler

行動下載文件: - 只要確保,你讀的輸出,在一個點上,它會告訴你在哪裏bcompiler.so 文件已保存。

[email protected]# wget http://pecl.php.net/get/bcompiler-1.0.2.tgz 
[email protected]# tar -xvf bcompiler-1.0.2.tgz 
[email protected]# phpize 
[email protected]# ./configure 
[email protected]# make 
[email protected]# make install 
[email protected]# make test 

如果不是bcompiler.so文件必須被放置到「內線」目錄沒有什麼出了問題..

現在開始使用字節碼編譯,如果一切OK了:)

相關問題