CentOS 6.5 php原始碼安裝1.0版
groupadd www
useradd -g www -s /sbin/nologin -M www
yum install -y freetype-devel libxml2 libxml2-devel openssl openssl-devel curl-devel libjpeg libjpeg-devel libpng libpng-devel
./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --enable-fpm --with-fpm-user=www --with-fpm-group=www --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --enable-opcache --enable-sockets --enable-xml --enable-mbstring --enable-soap --enable-zip --enable-bcmath --with-gettext --with-openssl --with-zlib --with-curl --with-gd --with-freetype-dir=/usr/include/freetype2/ --with-zlib-dir=/usr/lib --with-png-dir=/usr/lib --with-jpeg-dir=/usr/lib --with-mhash --with-apxs2=/usr/local/apache/bin/apxs
make
make install
cp php.ini-development /usr/local/php/etc/php.ini
cp /usr/local/php/etc/php-fpm.conf.default /usr/local/php/etc/php-fpm.conf
cp sapi/fpm/init.d.php-fpm /etc/init.d/php-fpm
chmod +x /etc/init.d/php-fpm
chkconfig --add php-fpm
service php-fpm start
service php-fpm restart
vim ~/.bash_profile
PATH=$PATH:$HOME/bin:/usr/local/php/bin
~/.bash_profile
php -v
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/2001/viewspace-2801823/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- php 5.6原始碼安裝流程(CentOS 6.5)PHP原始碼CentOS
- CentOS6.5php原始碼安裝1.0版CentOSPHP原始碼
- centos6.5安裝php5.6.0CentOSPHP
- MariaDB 10.1原始碼安裝流程(CentOS 6.5)原始碼CentOS
- CentOS 6.5 原始碼編譯安裝 MySQL 5.5 5.6CentOS原始碼編譯MySql
- CentOS 6.5安裝Oracle 11.2.0.4------CentOS 6.5安裝CentOSOracle
- Mysql5.6 for Centos6.5原始碼編譯安裝MySqlCentOS原始碼編譯
- CentOS-6.5-64bit 原始碼安裝mod_jkCentOS原始碼
- 4、CentOS6.5下安裝php5.3CentOSPHP
- centos 6.5 安裝chromeCentOSChrome
- centos7原始碼安裝php7CentOS原始碼PHP
- CentOS6.5安裝pipCentOS
- CentOS6.5 安裝opensslCentOS
- CentOS6.5安裝ScrapyCentOS
- CentOS 6.5 tree命令安裝CentOS
- Centos6.5 Docker安裝CentOSDocker
- centos6.5安裝gitCentOSGit
- CentOS6.5安裝MongoDBCentOSMongoDB
- CentOS 6.5安裝Nginx (一)CentOSNginx
- CentOS6.5安裝RHBaseCentOS
- CentOS6.5安裝RHiveCentOSHive
- CentOS 6.5 安裝影像介面CentOS
- Centos原始碼安裝NginxCentOS原始碼Nginx
- CentOS 6.5/6.6 安裝mysql 5.7CentOSMySql
- CentOS6.5下安裝mongodbCentOSMongoDB
- CentOS 6.5 Xtrabackup 2.4.2安裝流程CentOS
- CentOS 6.5 下安裝 Redis 2.8.7CentOSRedis
- VMWare安裝CentOS 6.5圖解CentOS圖解
- CentOS6.5安裝VMware ToolsCentOS
- CentOS6.5安裝RHadoopCentOSHadoop
- Centos6.5 IPython安裝CentOSPython
- CentOS 6.5下安裝MySQL 5.5CentOSMySql
- CentOS 6.5系統安裝配置CentOS
- CentOS 6.5 下安裝 Redis 2.8.13CentOSRedis
- CentOS 6.5 MongoDB 3.2.6安裝流程CentOSMongoDB
- centos6.5PHP啟動指令碼CentOSPHP指令碼
- centos7.4原始碼安裝php,swoole,nginx,redis,mariadbCentOS原始碼PHPNginxRedis
- 3.1-centos6.5下安裝dockerCentOSDocker