PHP多版本(PHP-FPM & FastCGI)支援ISPConfig 3的安裝使用說明四

來源:互聯網
上載者:User
關鍵字 Ubuntu FastCGI ISPConfig PHP-FPM PHP安裝

風信網(ithov.com)原創文章:ISPConfig 3.0.5 能夠在一台伺服器上使用多個PHP版本,以及為一個網站選擇最佳的PHP版本。 此功能適用于 PHP-FPM(PHP 5.3及以上)和 FastCGI(PHP 5.x版本)。 本教程介紹了如何在 HTTP://www.aliyun.com/zixun/aggregation/13835.html">Ubuntu 13.04 伺服器上建立 PHP 5.3 和 PHP 5.4 來作為一個 PHP-FPM 和 Fas tCGI版本。 這些PHP版本可以與ISPConfig中預設的PHP一起使用(通過apt安裝)。 本教程共分為四篇,本文是第四篇。

續第三篇《PHP多版本(PHP-FPM & FastCGI)支援ISPConfig 3的安裝使用說明三》.....

5.建立 PHP 5.4.14 (FastCGI)

下載和提取 PHP 5.4.14 :

mkdir /opt/phpfcgi-5.4.14  mkdir /usr/local/src/php5-build  cd /usr/local/src/php5-build  wget HTTP://de.php.net/get /php-5.4.14.tar.bz2/from/this/mirror -O php-5.4.14.tar.bz2  tar jxf php-5.4.14.tar.bz2 cd php-5.4.14/ 

安裝建立PHP5的必備軟體:

apt-get install build-essential

apt-get build-dep php5

apt-get install libfcgi-dev libfcgi0ldbl libjpeg62-dbg libmcrypt-dev libssl-dev libc-client2007e libc-client2007e-dev

ln -s /usr/lib/libc-client.a /usr/lib/x86_64-linux-gnu/libc-client.a

如果你使用 --with-imap 建立PHP,需輸入上面最後的命令,否則 ./configure 將停止且出現以下錯誤:
checking for crypt in -lcrypt... yes
configure: error: Cannot find imap library (libc-client.a). Please check your c-client installation.
root@server1:/usr/local/src/php5-build/php-5.4.14#

配置和建立 PHP 5.4.14 如下(可以按照你的需求調整 ./configure 命令):

./configure --help 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.