下載必要資源
創(chuàng)新互聯(lián)始終堅(jiān)持【策劃先行,效果至上】的經(jīng)營理念,通過多達(dá)10多年累計(jì)超上千家客戶的網(wǎng)站建設(shè)總結(jié)了一套系統(tǒng)有效的全網(wǎng)營銷解決方案,現(xiàn)已廣泛運(yùn)用于各行各業(yè)的客戶,其中包括:展覽展示等企業(yè),備受客戶贊許。首先下載下列的源碼包
libipeg – http://www.ijg.org/files/jpegsrc.v9.tar.gz
libpng – http://t.cn/zTgAx90
zlib – http://t.cn/zTVy3yu
freetype – http://t.cn/zTVyddP
gd – http://fossies.org/linux/www/gd-2.0.35.tar.gz
以上均可以wget
#安裝jpeg庫
#cd /usr/local
#mkdir {bin,include,lib,man,man1}
tar zxvf jpegsrc.v9.tar.gz
cd jpeg-9
./configure --prefix=/usr/local/jpeg
make
make install
#安裝png庫
#tar zxvf libpng-1.6.1.tar.gz
#cd libpng-1.6.1
#./configure --prefix=/usr/local/libpng
#make
#make install
#安裝zlib
#tar zxvf zlib-1.2.7.tar.gz
#cd zlib-1.2.7
#./configure --prefix=/usr/local/zlib
#make
#make install
#安裝FreeType
#tar zxvf freetype-2.4.11.tar.gz
#./configure --prefix=/usr/local/freetype
make
make install
#安裝GD
tar zxvf gd-2.0.35.tar.gz
cd gd-2.0.35
./configure --prefix=/usr/local/gd --with-zlib=/usr/local/zlib/ --with-png=/usr/local/libpng/ --with-jpeg=/usr/local/jpeg/ --with-freetype=/usr/local/freetype/
#重新編譯PHP并安裝
#版本大家自定,下面的編譯參數(shù)僅在php-5.3.23上通過...(以apache為列)
./configure --prefix=/usr/local/php/ --with-config-file-path=/usr/local/php/etc/ --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-mysql-sock=/tmp/mysql.sock --with-gd=/usr/local/gd/ --with-iconv --with-jpeg-dir=/usr/local/jpeg/ --with-zlib=/usr/local/zlib/ --enable-xml --enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curlwrappers --enable-mbstring=all --enable-ftp --enable-gd-native-ttf --with-openssl --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --with-gettext --enable-session --enable-imap --enable-calendar --enable-eaccelerator=shared --enable-wddx --with-mcrypt=/usr/local/libmcrypt/ --with-freetype-dir=/usr/local/freetype/ --without-pear
make
make install
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。