php 源码编译

https://cyberpersons.com/2016/08/28/install-nginx-php-php-fpm-mysql-source-run-wordpress-site-ubuntu-16-04/

----------------------

1下载 

wget http://sg2.php.net/get/php-5.6.35.tar.gz/from/this/mirror

 

2.

./configure --help
./configure --enable-so

 

./configure --enable-fpm --with-mcrypt --enable-mbstring --with-openssl --with-mysql --with-mysql-sock --with-gd --with-jpeg-dir=/usr/lib --enable-gd-native-ttf --with-pdo-mysql --with-libxml-dir=/usr/lib --with-mysqli=/usr/bin/mysql_config --with-curl --enable-zip --enable-sockets --with-zlib --enable-exif --enable-ftp --with-iconv --with-gettext --enable-gd-native-ttf --with-freetype-dir=/usr --prefix=/opt/PHP-5.6 --with-config-file-path=/opt/PHP-5.6/etc --with-fpm-user=www-data --with-fpm-group=www-data --enable-fpm

 

apt-get install libxml2-dev
apt-get install libcurl4-openssl-dev pkg-config
apt-get install libssl-dev libsslcommon2-dev
sudo apt-get install libjpeg-turbo8-dev
sudo apt-get install libpng-dev
apt install libfreetype6-dev
apt-get install libt1-dev
apt-get install php5-mcrypt
apt install libmcrypt-dev
apt install mysql-server-5.7
sudo apt-get install libmysqlclient-dev

3. 启动php-fpm 

cp ../etc/php-fpm.conf.default ../etc/php-fpm.conf
./php-fpm

 

--------------------------------------------------------------------------------------------------------------------

cd

cd downloads
wget http://us2.php.net/distributions/php-7.0.10.tar.gz
 
tar zxf php-7.0.10.tar.gz
 
cd php-7.0.10
 
# Multiple lines command
 
./configure --prefix=/usr/local/nginx/php --enable-fpm --with-mysqli=/usr/bin/mysql_config --with-zlib --with-curl
 
# Multiple lines command end here
 
# Run following to finalize the php install
 
make
sudo make install

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值