国产xxxx99真实实拍_久久不雅视频_高清韩国a级特黄毛片_嗯老师别我我受不了了小说

資訊專欄INFORMATION COLUMN

debian7.0 編譯安裝php7.0.1

baihe / 1180人閱讀

摘要:安裝編譯器獲取安裝包安裝包進(jìn)行編譯安裝用來生成腳本編譯安裝報(bào)錯(cuò)處理

安裝編譯器

apt-get install build-essential autoconf automake libtool bison re2c

獲取php安裝包

wget https://downloads.php.net/~ab/php-7.0.13RC1.tar.gz

安裝dev包

apt-get install libxml2-dev libssl-dev libbz2-dev libjpeg-dev libpng-dev libxpm-dev libfreetype6-dev libgmp-dev libgmp3-dev libmcrypt-dev libmysqlclient15-dev libpspell-dev librecode-dev

進(jìn)行編譯安裝

./buildconf            //用來生成configure腳本
./configure 
 --prefix=/usr 
 --with-config-file-path=/etc 
 --enable-mbstring 
 --enable-zip 
 --enable-bcmath 
 --enable-pcntl 
 --enable-ftp 
 --enable-exif 
 --enable-calendar 
 --enable-sysvmsg 
 --enable-sysvsem 
 --enable-sysvshm 
 --enable-wddx 
 --with-curl 
 --with-mcrypt 
 --with-iconv 
 --with-gmp 
 --with-pspell 
 --with-gd 
 --with-jpeg-dir=/usr 
 --with-png-dir=/usr 
 --with-zlib-dir=/usr 
 --with-xpm-dir=/usr 
 --with-freetype-dir=/usr 
 --with-t1lib=/usr 
 --enable-gd-native-ttf 
 --enable-gd-jis-conv 
 --with-openssl 
 --with-pdo-mysql=/usr 
 --with-gettext=/usr 
 --with-zlib=/usr 
 --with-bz2=/usr 
 --with-recode=/usr 
 --with-mysqli=/usr/bin/mysql_config

編譯 安裝

make && make install

報(bào)錯(cuò)處理

Please reinstall the libcurl distribution
aptitude search libcurl4
aptitude install libcurl4-gnutls-dev
 Cannot find OpenSSL’
wget https://www.openssl.org/source/openssl-1.0.2j.tar.gz

tar -zxvf openssl-1.0.2j.tar.gz

cd openssl-1.0.2j

./config

make && make install
configure: error: Unable to locate gmp.h
sudo apt-get install libgmp-dev libgmp3-dev 
ln -s /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h
Can not find recode.h anywhere under /usr /usr/local /usr /opt.
apt-get install librecode-dev
Cannot find pspell
apt-get install libpspell-dev
Please reinstall the mysql distribution
apt-get install libmysqlclient15-dev
mcrypt.h not found. Please reinstall libmcrypt.
apt-get install libmcrypt-dev
xml2-config not found
apt-get install libxml2-dev

文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。

轉(zhuǎn)載請(qǐng)注明本文地址:http://m.specialneedsforspecialkids.com/yun/22000.html

相關(guān)文章

  • CentOS7編譯安裝Apache Httpd 2.4.20及rpm包制作小記

    摘要:但是執(zhí)行這個(gè)命令后我們發(fā)現(xiàn),它會(huì)提示我們?nèi)鄙傧嚓P(guān)依賴包。通常依賴包可以通過指令直接安裝,下面是需要特殊安裝的依賴包。安裝完依賴包后,編譯就是已經(jīng)很輕松的事情了。相信很多同學(xué)都是在本地編譯,然后上傳到生產(chǎn)環(huán)境安裝的吧,所以這一點(diǎn)需要提示一下。 showImg(https://segmentfault.com/img/remote/1460000006768765); httpd(Apac...

    187J3X1 評(píng)論0 收藏0
  • CentOS7編譯安裝Apache Httpd 2.4.20及rpm包制作小記

    摘要:但是執(zhí)行這個(gè)命令后我們發(fā)現(xiàn),它會(huì)提示我們?nèi)鄙傧嚓P(guān)依賴包。通常依賴包可以通過指令直接安裝,下面是需要特殊安裝的依賴包。安裝完依賴包后,編譯就是已經(jīng)很輕松的事情了。相信很多同學(xué)都是在本地編譯,然后上傳到生產(chǎn)環(huán)境安裝的吧,所以這一點(diǎn)需要提示一下。 showImg(https://segmentfault.com/img/remote/1460000006768765); httpd(Apac...

    oogh 評(píng)論0 收藏0
  • Elam的caffe筆記之配置篇(一):CentOS6.5編譯安裝gcc4.8.2

    配置要求: 系統(tǒng):centos6.5 目標(biāo):基于CUDA8.0+Opencv3.1+Cudnnv5.1+python3.6接口的caffe框架 gcc是linux編譯安裝必備的編譯器 CentOS6.5自帶的gcc版本是4.4.7,并不支持C++11查詢后可得需要版本高于4.8.1的gcc才能支持C++11輸入 yum info gcc 發(fā)現(xiàn)可升級(jí)的gcc版本低于4.8.1,只能手動(dòng)編譯安裝4....

    wing324 評(píng)論0 收藏0

發(fā)表評(píng)論

0條評(píng)論

最新活動(dòng)
閱讀需要支付1元查看
<