PHP官方網(wǎng)站下載地址 http://php.net/downloads.php 下載的版本根據(jù)你的平臺和需求而定。
創(chuàng)新互聯(lián)主營漢源網(wǎng)站建設(shè)的網(wǎng)絡(luò)公司,主營網(wǎng)站建設(shè)方案,重慶APP開發(fā),漢源h5成都微信小程序搭建,漢源網(wǎng)站營銷推廣歡迎漢源等地區(qū)企業(yè)咨詢
下載php到/usr/local/src/
[root@localhost MySQL]# cd /usr/local/src/ [root@localhost src]# wget http://am1.php.net/distributions/php-5.3.27.tar.gz
解壓
[root@localhost src]# tar zxf php-5.3.27.tar.gz
配置編譯參數(shù)
[root@localhost src]# cd php-5.3.27 [root@localhost php-5.3.27]# ./configure \ --prefix=/usr/local/php \ --with-apxs2=/usr/local/apache2/bin/apxs \ --with-config-file-path=/usr/local/php/etc \ --with-mysql=/usr/local/mysql \ --with-libxml-dir \ --with-gd \ --with-jpeg-dir \ --with-png-dir \ --with-freetype-dir \ --with-iconv-dir \ --with-zlib-dir \ --with-bz2 \ --with-openssl \ --with-mcrypt \ --enable-soap \ --enable-gd-native-ttf \ --enable-mbstring \ --enable-sockets \ --enable-exif \ --disable-ipv6
常見錯誤1:
configure: error: xml2-config not found. Please check your libxml2 installation.
解決辦法:
[root@localhost php-5.3.27]# yum install -y libxml2-devel
常見錯誤2:
configure: error: Cannot find OpenSSL's <evp.h>
解決辦法:
[root@localhost php-5.3.27]# yum install -y openssl openssl-devel
常見錯誤3:
checking for BZip2 in default path... not found
configure: error: Please reinstall the BZip2 distribution
解決辦法:
[root@localhost php-5.3.27]# yum install -y bzip2 bzip2-devel
常見錯誤4:
configure: error: png.h not found.
解決辦法:
[root@localhost php-5.3.27]# yum install -y libpng libpng-devel
常見錯誤5:
configure: error: freetype.h not found.
解決辦法:
[root@localhost php-5.3.27]# yum install -y freetype freetype-devel
常見錯誤6:
configure: error: jpeglib.h not found.
解決辦法:
[root@localhost php-5.3.27]# yum install -y libmcrypt-devel
編譯
[root@localhost php-5.3.27]# make
安裝
[root@localhost php-5.3.27]# make install
以上兩個步驟都可以使用 echo $?
來檢查是否正確執(zhí)行,否則需要根據(jù)錯誤提示去解決問題。
新聞名稱:安裝PHP
URL鏈接:http://vcdvsql.cn/article42/phoghc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供搜索引擎優(yōu)化、品牌網(wǎng)站制作、虛擬主機(jī)、定制開發(fā)、電子商務(wù)、網(wǎng)站內(nèi)鏈
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)