發(fā)表日期:2019-03 文章編輯:小燈 瀏覽次數(shù):3871
gd擴展是一個開源的圖像處理庫,它通過提供一系列用來處理圖片的API,使其可以用來創(chuàng)建圖表、圖形、縮略圖以及其他圖像的處理操作。gd擴展支持JPG、PNG、GIF等常見的圖片格式,所以在安裝php-gd擴展之前,我們需要安裝libpng、jpegsrc、freetype這三款軟件。下面安裝步驟中,具體的路徑設(shè)置大家根據(jù)自己的實際情況進行調(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添加新擴展, 注意不要漏掉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
此時在/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擴展信息即可。
sudo apt-get install php5-gd
注意不是php-gd而是php5-gd。
最后重啟服務(wù)
修改PHP配置文件php.ini:
將php.ini文集中的extension=php_gd2.dll 前面的;去掉即可。
最后重啟服務(wù)。
日期:2019-03 瀏覽次數(shù):4807
日期:2019-03 瀏覽次數(shù):4481
日期:2019-03 瀏覽次數(shù):4455
日期:2019-03 瀏覽次數(shù):4884
日期:2019-03 瀏覽次數(shù):3993
日期:2019-03 瀏覽次數(shù):3867
日期:2019-03 瀏覽次數(shù):3870
日期:2019-03 瀏覽次數(shù):3677
日期:2019-03 瀏覽次數(shù):3920
日期:2019-03 瀏覽次數(shù):3774
日期:2019-03 瀏覽次數(shù):3097
日期:2019-03 瀏覽次數(shù):4221
日期:2019-03 瀏覽次數(shù):3225
日期:2019-03 瀏覽次數(shù):3131
日期:2019-03 瀏覽次數(shù):3219
日期:2019-03 瀏覽次數(shù):3252
日期:2019-03 瀏覽次數(shù):3220
日期:2019-03 瀏覽次數(shù):3194
日期:2019-03 瀏覽次數(shù):3943
日期:2019-03 瀏覽次數(shù):4476
日期:2019-03 瀏覽次數(shù):5452
日期:2019-03 瀏覽次數(shù):4036
日期:2019-03 瀏覽次數(shù):4676
日期:2019-03 瀏覽次數(shù):3651
日期:2019-03 瀏覽次數(shù):3131
日期:2019-03 瀏覽次數(shù):4160
日期:2019-03 瀏覽次數(shù):3196
日期:2019-03 瀏覽次數(shù):3124
日期:2019-03 瀏覽次數(shù):3501
日期:2019-03 瀏覽次數(shù):2610
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.