您好,登錄后才能下訂單哦!
這篇文章主要介紹了centos如何安裝php 5.4,具有一定借鑒價值,需要的朋友可以參考下。希望大家閱讀完這篇文章后大有收獲。下面讓小編帶著大家一起了解一下。
centos php5.4安裝方法:首先通過“yum install gcc -y yum install libicu-devel -y”等命令安裝php5.4依賴;然后使用命令“make install”安裝php5.4即可。
centos7 安裝php5.4.45
安裝php5.4.45依賴
yum install gcc -y yum install libicu-devel -y yum install glibc-headers -y yum install gcc-c++ -y yum install -y epel-release yum install php-mcrypt libmcrypt libmcrypt-devel
兩個不能一起安裝,因為CentOs6默認的yum源沒有 libmcrypt-devel這個包,只能借助epel的yum源,所以先安裝epel,再安裝
libmcrypt。
./configure --prefix=/usr/local/php54 --with-config-file-path=/usr/local/php54/etc --enable-fpm --with-fpm-user=www --with-fpm-group=www --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-iconv-dir --with-freetype-dir=/usr/local/freetype --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-rpath --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --enable-mbregex --enable-mbstring --with-mcrypt --enable-ftp --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --with-gettext --disable-fileinfo --enable-intl --with-xsl
make clean && make && make install
感謝你能夠認真閱讀完這篇文章,希望小編分享centos如何安裝php 5.4內容對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,遇到問題就找億速云,詳細的解決方法等著你來學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。