參考網址
編譯安裝步驟
http://www.bubuko.com/infodet...php
安裝出現的問題
http://www.linuxdiyf.com/linu...html
安裝後配置apahce
http://www.th7.cn/system/lin/...mysql
sudo ./configure --prefix=/opt/php5.6.16 --with-config-file-path=/opt/php5.6.16 --enable-mbstring --enable-ftp --with-gd --with-jpeg-dir=/usr --with-png-dir=/usr --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-openssl-dir=/usr --with-openssl --with-pdo-mysql=mysqlnd --with-pear --enable-sockets --with-freetype-dir=/usr --enable-gd-native-ttf --enable-zip --with-zlib --with-libxml-dir=/usr --with-xmlrpc --enable-fpm --enable-xml --enable-sockets --with-gd --with-iconv --enable-soap --enable-pcntl --enable-clilinux
可能須要加上下面這句來解決openssl問題
--with-libdir=/lib/x86_64-linux-gnusql
注意,最後複製php.ini的時候,要複製到config-file-path目錄下app