php編譯問題

2021-08-22 04:55:57 字數 755 閱讀 7803

後來終於找到原因:php自帶的gd庫並不支援jpeg和freetype,所以需要原始碼編譯安裝libgd並設定支援jpeg和freetype:  ./configure --with-freetype --with-jpeg

libgd安裝完後,重新編譯安裝php,重啟php-fpm,zabbbix

./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-gd --enable-fpm --enable-pcntl --enable-mysqlnd --enable-opcache --enable-sockets --enable-sysvmsg --enable-sysvsem  --enable-sysvshm --enable-shmop --enable-zip --enable-ftp --enable-soap --enable-xml --enable-mbstring --disable-rpath --disable-debug --disable-fileinfo --with-mysql=/usr/local/mysql --with-mysqli --with-pdo-mysql --with-pcre-regex --with-iconv --with-zlib    --with-openssl --with-mhash --with-xmlrpc --with-curl --with-imap-ssl --with-jpeg-dir=/usr/local/jpeg 

最後執行通過 !!!

編譯php的問題

1.編譯php時 configure error cannot find openssl s libraries 解決如下 sudo apt get y install openssl ubuntu sudo yum y install openssl centos 再編譯php。還報同樣的錯就 s...

PHP編譯遇到的問題

編譯php的時候遇到的問題 編譯 報錯資訊 configure error please reinstall the libcurl distribution easy.h should be in include curl 解決辦法 yum install curl devel 再次編譯報錯 co...

PHP編譯遇到的問題

編譯php的時候遇到的問題 編譯 報錯資訊 configure error please reinstall the libcurl distribution easy.h should be in include curl 解決辦法 yum install curl devel 再次編譯報錯 co...