ubuntu php5.6.16编辑安装

参考网址
编译安装步骤
http://www.bubuko.com/infodet...

安装出现的问题
http://www.linuxdiyf.com/linu...

安装后配置apahce
http://www.th7.cn/system/lin/...

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-cli

可能需要加上下面这句来解决openssl问题
--with-libdir=/lib/x86_64-linux-gnu

注意,最后复制php.ini的时候,要复制到config-file-path目录下