PHP源碼編譯
創(chuàng)新互聯(lián)-專業(yè)網(wǎng)站定制、快速模板網(wǎng)站建設(shè)、高性價(jià)比隆子網(wǎng)站開發(fā)、企業(yè)建站全套包干低至880元,成熟完善的模板庫,直接使用。一站式隆子網(wǎng)站制作公司更省心,省錢,快速模板網(wǎng)站建設(shè)找我們,業(yè)務(wù)覆蓋隆子地區(qū)。費(fèi)用合理售后完善,十多年實(shí)體公司更值得信賴。下載軟件包
從www.php.net官方網(wǎng)站下載PHP源碼包
##########################
soap動(dòng)態(tài)
fpm 平滑加載php配置(php,)
zend加速php
##########################
[root@server79 ~]# tar jxf php-5.4.12.tar.bz2
新建nginx用戶
[root@server79 php-5.4.12]#useradd -M -d /usr/local/lnmp/nginx/ -s /sbin/nologin nginx
配置安裝環(huán)境
安裝PHP需要下面軟件包的支持,如果沒有安裝,請(qǐng)自行安裝。
yum install net-snmp-devel curl-devel libxml2-devel libpng-devel libjpeg-devel freetype-
devel gmp-devel openldap-devel -y
開始編譯安裝PHP:
--enable-fpm:激活對(duì)FastCGI模式的fpm支持
[root@server79 php-5.4.12]# ./configure --prefix=/usr/local/lnmp/php --with-config-file-path=/usr/local/lnmp/php/etc --with-openssl --with-snmp --with-gd --with-zlib --with-curl --with-libxml-dir --with-png-dir --with-jpeg-dir --with-freetype-dir --with-pear --with-gettext --with-gmp --enable-inline-optimization --enable-soap --enable-ftp --enable-sockets --enable-mbstring --with-mysqli=/usr/local/lnmp/mysql/bin/mysql_config --enable-fpm --with-fpm-user=nginx --with-fpm-group=nginx --with-mcrypt=/usr/local/lnmp/modules/libmcrypt/ --with-mhash=/usr/local/lnmp/modules/mhash/
錯(cuò)誤1:
checking for xml2-config path...
configure: error: xml2-config not found. Please check your libxml2 installation.
根據(jù)提示解決:
[root@server79 php-5.4.12]# yum install libxml2-devel -y
再次編譯,出現(xiàn)錯(cuò)誤2:
configure: error: Please reinstall the libcurl distribution -
easy.h should be in <curl-dir>/include/curl/
解決:
[root@server79 php-5.4.12]# yum install curl-devel
錯(cuò)誤3:
configure: error: jpeglib.h not found
解決 :安裝圖形支持
yum install libpng-devel libjpeg-devel freetype-devel gmp-devel
錯(cuò)誤4:
configure: error: Could not find net-snmp-config binary. Please check your net-snmp installation.
解決:
[root@server79 php-5.4.12]# yum install net-snmp-devel
[root@server79 php-5.4.12]# make ZEND_EXTRA_LIBS='-liconv'
make完之后會(huì)報(bào)錯(cuò)
錯(cuò)誤:
/usr/bin/ld: cannot find -liconv
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
解決:
[root@server79 php-5.4.12]# vim /etc/ld.so.conf
/usr/local/lnmp/modules/libiconv/lib
加載
[root@server79 php-5.4.12]#ldconfig /usr/local/lnmp/modules/libiconv/lib
[root@server79 php-5.4.12]# make
[root@server79 php-5.4.12]# make install
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場(chǎng)景需求。
分享名稱:php源碼安裝-創(chuàng)新互聯(lián)
本文來源:http://aaarwkj.com/article12/cocsdc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供商城網(wǎng)站、外貿(mào)網(wǎng)站建設(shè)、網(wǎng)站改版、App開發(fā)、軟件開發(fā)、手機(jī)網(wǎng)站建設(shè)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容