首頁 >後端開發 >php教程 >Nginx和php安裝及配置五之LINUX用PHPIZE安裝PHP GD擴展

Nginx和php安裝及配置五之LINUX用PHPIZE安裝PHP GD擴展

不言
不言原創
2018-04-14 09:54:282245瀏覽

篇文章給大家分享的內容是關於Nginx和php安裝及配置五之LINUX用PHPIZE安裝PHP GD擴展,有著一定的參考價值,有需要的朋友可以參考一下

1、生成so檔

【1】sudo yum install php-gd2  png jpeg freetype   //YUM安裝擴充功能

【2】cd /php/ext/gd  //php資料夾是我當初解壓縮PHP安裝包得到的。

【3】phpize ./configure --with-png-dir --with-freetype-dir --with-jpeg-dir --with-gd

【4】./ configure --with-png-dir --with-freetype-dir --with-jpeg-dir --with-gd

【5】sudo make

【6】make install



2、拷貝php.ini檔案


引入so的dir和開啟擴充功能so

extension=gd.so  //新增這一行,重啟PHP服務


3、重啟伺服器

相關推薦:

Nginx和php安裝及設定四之nginx及php啟動或重啟

##Nginx和php安裝及設定三之nginx的設定檔

Nginx和php安裝及設定二之安裝與設定php-fpm

以上是Nginx和php安裝及配置五之LINUX用PHPIZE安裝PHP GD擴展的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn