Redhat 5.1 install PHP 5.3.6
Redhat 5.1 install PHP 5.3.6
現(xiàn)在各種版本的坑。。導(dǎo)致沒有低版本的php?
可能是使用的問題導(dǎo)致。系統(tǒng)版本沒有提升導(dǎo)致的沒有包可用....
?
?
yum install gcc libxml2-devel bzip2-devel zlib-devel \
curl-devel libmcrypt-devel libjpeg-devel \
libpng-devel gd-devel mysql-devel ?php-pecl-zip
download 軟件包
wget http://cn.php.net/get/php-5.3.6.tar.bz2/from/this/mirror
tar -xjf php-5.3.6.tar.bz2?
cd php-5.3.6
./configure --prefix=/usr/local/php53 \
--with-config-file-path=/etc/php53 \
--with-config-file-scan-dir=/etc/php53/php.d \
--enable-fpm \
--with-fpm-user=apache \
--with-fpm-group=apache \
--with-libdir=lib64 \
--with-mysql \
--with-mysqli \
--enable-mbstring \
--disable-debug \
--disable-rpath \
--with-bz2 \
--with-curl \
--with-gettext \
--with-iconv \
--with-openssl \
--with-gd \
--with-mcrypt \
--with-pcre-regex \
--with-zlib?
make -j4 && sudo make install
#make 中出現(xiàn)以下內(nèi)容可用忽略。。進(jìn)行安裝即可
?
WARNED TEST SUMMARY
---------------------------------------------------------------------
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #34630 (inserting streams as LOBs) [ext/pdo_sqlite/tests/bug_34630.phpt] (warn: XFAIL section but test passes)
via [ext/sqlite/tests/pdo/common.phpt]
SQLite2 PDO Common: Bug #34630 (inserting streams as LOBs) [ext/sqlite/tests/pdo/bug_34630.phpt] (warn: XFAIL section but test passes)
Bug #39863 (file_exists() silently truncates after a null byte) [ext/standard/tests/file/bug39863.phpt] (warn: XFAIL section but test passes)
sudo mkdir /etc/php53
sudo cp php.ini-production /etc/php53/php.ini
sed -i -e 's#php_fpm_CONF=\${prefix}/etc/php-fpm.conf#php_fpm_CONF=/etc/php53/php-fpm.conf#' ?sapi/fpm/init.d.php-fpm
cp sapi/fpm/init.d.php-fpm /etc/init.d/php-fpm
chmod a+x /etc/init.d/php-fpm
/sbin/chkconfig --add php-fpm
/sbin/chkconfig php-fpm on
sudo cp sapi/fpm/php-fpm.conf /etc/php53/
編輯文件 /etc/php53/php-fpm.conf
pid = run/php-fpm.pid
listen = 127.0.0.1:9000
pm.start_servers = 10
pm.min_spare_servers = 5
pm.max_spare_servers = 20
啟動起來瞧瞧...
/etc/init.d/php-fpm start
netstat -antpu | grep :9000
netstat -anpo|grep php-fpm |wc -l
ps -ef | grep php-fpm
轉(zhuǎn)載于:https://blog.51cto.com/yhgcenter/1912426
總結(jié)
以上是生活随笔為你收集整理的Redhat 5.1 install PHP 5.3.6的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: linux下的常用命令
- 下一篇: 微信公众号开发之文本消息自动回复,以及系