centos 6 編譯安裝php-5.4/5.5(lamp模式)


在安裝LAMP架構時,我們常用php-5.3的版本

 

現進行php-5.4/5.5的編譯安裝演示:

 

[root@localhost ~]# cd /usr/local/src
[root@localhost src]# wget http://cn2.php.net/distributions/php-5.4.36.tar.bz2    (5.5地址 http://cn2.php.net/distributions/php-5.5.22.tar.bz2)
[root@localhost src]# tar jxvf php-5.4.36.tar.bz2
[root@localhost src]# cd php-5.4.36

[root@localhost php-5.4.36]# yum install -y epel-release
[root@localhost php-5.4.36]# yum install libxml2-devel  libjpeg-*  libpng-devel freetype-devel gd-devel libmcrypt-devel openssl-devel
[root@localhost php-5.4.36]# ./configure   --prefix=/usr/local/php   --with-apxs2=/usr/local/apache2/bin/apxs   --with-config-file-path=/usr/local/php/etc   --with-mysql=/usr/local/mysql   --with-libxml-dir   --with-gd   --with-jpeg-dir   --with-png-dir   --with-freetype-dir   --with-iconv-dir   --with-zlib-dir   --with-bz2   --with-openssl   --with-mcrypt   --enable-soap   --enable-gd-native-ttf   --enable-mbstring   --enable-sockets   --enable-exif   --disable-ipv6
[root@localhost php-5.4.36]# make && make install 

  


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM