發(fā)表日期:2019-03 文章編輯:小燈 瀏覽次數(shù):4060
gd擴(kuò)展是一個(gè)開源的圖像處理庫,它通過提供一系列用來處理圖片的API,使其可以用來創(chuàng)建圖表、圖形、縮略圖以及其他圖像的處理操作。gd擴(kuò)展支持JPG、PNG、GIF等常見的圖片格式,所以在安裝php-gd擴(kuò)展之前,我們需要安裝libpng、jpegsrc、freetype這三款軟件。下面安裝步驟中,具體的路徑設(shè)置大家根據(jù)自己的實(shí)際情況進(jìn)行調(diào)整。
wget http://ftp.twaren.net/Unix/NonGNU/freetype/freetype-2.5.5.tar.gz tar -xf freetype-2.5.5.tar.gz cd freetype-2.5.5 ./configure --prefix=/usr/local/freetype make && make install
wget http://www.ijg.org/files/jpegsrc.v9.tar.gz tar zxvf jpegsrc.v9.tar.gz cd jpeg-9 ./configure --prefix=/usr/local/jpeg make && make install
wget http://jaist.dl.sourceforge.net/project/libpng/libpng16/1.6.31/libpng-1.6.31.tar.gz tar zxvf libpng-1.6.31.tar.gz cd libpng-1.6.31 ./configure --prefix=/usr/local/libpng make && make install
不再重新編譯php,還是用phpize添加新擴(kuò)展, 注意不要漏掉make clean這一步。
cd /data/php-5.6.14/ext/gd/ make clean /usr/local/php/bin/phpize ./configure --with-php-config=/usr/local/php/bin/php-config --with-jpeg-dir=/usr/local/jpeg --with-png-dir=/usr/local/libpng --with-freetype-dir=/usr/local/freetype make && make install
此時(shí)在/usr/local/php/lib/php/extensions/no-debug-non-zts-20131226/目錄下有出現(xiàn)了gd.so文件。
接著修改php.ini文件 添加一行
extension=/usr/local/php/lib/php/extensions/no-debug-non-zts-20131226/gd.so
最后重啟服務(wù),查看php-gd擴(kuò)展信息即可。
sudo apt-get install php5-gd
注意不是php-gd而是php5-gd。
最后重啟服務(wù)
修改PHP配置文件php.ini:
將php.ini文集中的extension=php_gd2.dll 前面的;去掉即可。
最后重啟服務(wù)。
日期:2019-03 瀏覽次數(shù):5015
日期:2019-03 瀏覽次數(shù):4668
日期:2019-03 瀏覽次數(shù):4607
日期:2019-03 瀏覽次數(shù):5054
日期:2019-03 瀏覽次數(shù):4154
日期:2019-03 瀏覽次數(shù):4030
日期:2019-03 瀏覽次數(shù):4059
日期:2019-03 瀏覽次數(shù):3846
日期:2019-03 瀏覽次數(shù):4103
日期:2019-03 瀏覽次數(shù):3974
日期:2019-03 瀏覽次數(shù):3246
日期:2019-03 瀏覽次數(shù):4355
日期:2019-03 瀏覽次數(shù):3363
日期:2019-03 瀏覽次數(shù):3258
日期:2019-03 瀏覽次數(shù):3368
日期:2019-03 瀏覽次數(shù):3386
日期:2019-03 瀏覽次數(shù):3351
日期:2019-03 瀏覽次數(shù):3321
日期:2019-03 瀏覽次數(shù):4084
日期:2019-03 瀏覽次數(shù):4614
日期:2019-03 瀏覽次數(shù):5594
日期:2019-03 瀏覽次數(shù):4174
日期:2019-03 瀏覽次數(shù):4818
日期:2019-03 瀏覽次數(shù):3801
日期:2019-03 瀏覽次數(shù):3300
日期:2019-03 瀏覽次數(shù):4297
日期:2019-03 瀏覽次數(shù):3355
日期:2019-03 瀏覽次數(shù):3255
日期:2019-03 瀏覽次數(shù):3643
日期:2019-03 瀏覽次數(shù):2734
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.