我想更新我的PHP 5.3.3到PHP 5.3.8,我已經下載PHP5.3.8.tar.gzip 。如何更新我的PHP 5.3.3 PHP 5.3.8 Linux的Centos的
我PHP 5.3.3位於的/ usr/bin中/ PHP。當我嘗試安裝PHP5.3.8.tar.gzip,做這個命令:
./configure
make
make install
它安裝在不同位置在/ usr/local/bin目錄/ PHP。
所以我現在有2 php 5.3.3和php 5.3.8。所以我嘗試重新安裝並運行此
./configure -prefix=/usr/bin/php
make
make install
這個時候出現了錯誤:
Installing PHP SAPI module: cgi
mkdir: cannot create directory `/usr/bin/php': File exists
mkdir: cannot create directory `/usr/bin/php/bin': Not a directory
make: [install-sapi] Error 1 (ignored)
Installing PHP CGI binary: /usr/bin/php/bin/
cp: accessing `/usr/bin/php/bin/#[email protected]#': Not a directory
make: *** [install-sapi] Error 1
請幫助我,我要刪除我安裝在php5.3.8的/ usr /本地/ bin/php 並更新/ usr/bin/php到php5.3.8。我只需要php5.3.8版本。
謝謝。
使用此鏈接http://atik97.wordpress.com/2010/06/12/how-to-upgrade-to-php-5-3 -in-ubuntu-9-10/ –
@jetawe我正在使用Centos 6.並且我希望我的php 5.3.3升級到5.3.8。 –
您正在覆蓋安裝了centos的PHP。一般不是一個好主意。 –