安装编译源码php5.6.11

来源:互联网 发布:扫图宝软件 编辑:程序博客网 时间:2024/05/29 18:14

安装php是建立在安装apache和mysql之上的,可以参考我安装mysql和apache源码安装的博客。

tar -zxvf php-5.6.11.tar.gz

cd   php-5.6.11


./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs --with-config-file-path=/etc --with-config-file-scan-dir=/etc/php.d --with-openssl --with-zlib --enable-bcmath --with-bz2 --with-curl --enable-ftp --with-gd --enable-gd-native-ttf --with-gettext --with-mhash --enable-mbstring --with-mcrypt --enable-soap --enable-zip --with-iconv=/usr/local/libiconv --with-mysql=/usr/local/mysql --without-pear


make


make install

未完待续加速器的安装。。。。

0 0