日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁(yè) > 编程语言 > php >内容正文

php

安装php出现 “make: *** [ext/gd/libgd/gd_jpeg.lo] Error ”

發(fā)布時(shí)間:2025/5/22 php 39 豆豆
生活随笔 收集整理的這篇文章主要介紹了 安装php出现 “make: *** [ext/gd/libgd/gd_jpeg.lo] Error ” 小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
安裝PHP的時(shí)候,我使用的編譯參數(shù)為
./configure --prefix=/usr/local/php --with-mysql=/usr/local/mysql/ --with-apxs2=/usr/local/apache/bin/apxs --with-iconv --enable-mbstring --with-gd --with-ttf --with-jpeg-dir --with-png-dir --with-zlib-dir --with-openssl --with-curl --enable-magic-quotes --enable-xml --with-mcrypt

make的時(shí)候出現(xiàn)如下錯(cuò)誤,如果不帶--with-gd則正常:(此處截取了出錯(cuò)的報(bào)告)
/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:38:21: jpeglib.h: No such file or directory/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:39:20: jerror.h: No such file or directory/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:49: error: syntax error before "jpeg_info"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: In function `php_jpeg_emit_message':/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:51: error: `JMSG_LENGTH_MAX' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:51: error: (Each undeclared identifier is reported only once/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:51: error: for each function it appears in.)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:55: error: `jpeg_info' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:64: error: `level' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: At top level:/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:85: error: syntax error before "cinfo"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: In function `fatal_jpeg_error':/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:90: error: `cinfo' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: At top level:/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:132: error: syntax error before "cinfo"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: In function `php_gd_gdImageJpegCtx':/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:136: error: storage size of 'cinfo' isn't known/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:137: error: storage size of 'jerr' isn't known/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:140: error: syntax error before "row"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:141: error: `JSAMPROW' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:143: error: `JDIMENSION' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:143: error: syntax error before "nlines"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:153: error: `row' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:166: error: `JCS_RGB' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:169: error: `TRUE' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:179: error: syntax error before "_safe_emalloc"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:180: error: `JSAMPLE' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:181: error: `rowptr' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:186: error: `JPEG_LIB_VERSION' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:190: error: `JPEG_COM' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:207: error: `nlines' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:230:2: #error IJG JPEG library BITS_IN_JSAMPLE value must be 8 or 12/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: At top level:/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:266: error: syntax error before "cinfo"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: In function `php_gd_gdImageCreateFromJpegCtx':/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:277: error: storage size of 'cinfo' isn't known/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:278: error: storage size of 'jerr' isn't known/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:281: error: syntax error before "row"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:283: error: `JSAMPROW' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:283: error: syntax error before "rowptr"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:286: error: `JDIMENSION' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:286: error: syntax error before "nrows"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:298: error: syntax error before "j_common_ptr"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:302: error: `row' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:318: error: `JPEG_APP0' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:320: error: `TRUE' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:321: error: `JPEG_HEADER_OK' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:342: error: `JCS_CMYK' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:342: error: `JCS_YCCK' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:345: error: `JCS_RGB' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:372: error: `jpeg_saved_marker_ptr' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:372: error: syntax error before "marker"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:378: error: `marker' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:396: error: `JSAMPLE' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:398: error: `rowptr' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:402: error: syntax error before "currow"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:404: error: `nrows' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:409: error: `currow' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:415: error: syntax error before "currow"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: At top level:/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:488: error: field `pub' has incomplete type/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:504: error: syntax error before "cinfo"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: In function `php_gd_init_source':/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:506: error: `cinfo' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:512: error: `TRUE' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: At top level:/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:551: error: syntax error before "cinfo"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: In function `php_gd_fill_input_buffer':/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:553: error: `cinfo' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:576: error: `JERR_INPUT_EMPTY' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:578: error: `JWRN_JPEG_EOF' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:581: error: `JPEG_EOI' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:587: error: `FALSE' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:589: error: `TRUE' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: At top level:/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:605: error: syntax error before "cinfo"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: In function `php_gd_skip_input_data':/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:607: error: `cinfo' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:612: error: `num_bytes' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: At top level:/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:644: error: syntax error before "cinfo"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:659: error: syntax error before "cinfo"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: In function `php_gd_jpeg_gdIOCtx_src':/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:670: error: `cinfo' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:672: error: `j_common_ptr' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:672: error: syntax error before "cinfo"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:674: error: syntax error before "cinfo"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:682: error: `jpeg_resync_to_restart' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:684: error: `infile' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: At top level:/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:693: error: field `pub' has incomplete type/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:707: error: syntax error before "cinfo"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: In function `php_gd_init_destination':/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:709: error: `cinfo' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:712: error: `j_common_ptr' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:712: error: syntax error before "cinfo"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: At top level:/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:742: error: syntax error before "cinfo"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: In function `php_gd_empty_output_buffer':/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:744: error: `cinfo' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:747: error: `JERR_FILE_WRITE' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:753: error: `TRUE' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: At top level:/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:766: error: syntax error before "cinfo"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: In function `php_gd_term_destination':/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:768: error: `cinfo' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:773: error: `JERR_FILE_WRITE' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: At top level:/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:784: error: syntax error before "cinfo"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c: In function `php_gd_jpeg_gdIOCtx_dest':/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:794: error: `cinfo' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:795: error: `j_common_ptr' undeclared (first use in this function)/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:795: error: syntax error before "cinfo"/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c:802: error: `outfile' undeclared (first use in this function)make: *** [ext/gd/libgd/gd_jpeg.lo] Error 1

錯(cuò)誤原因:通過查看代碼發(fā)現(xiàn),發(fā)現(xiàn) PHP make的時(shí)候無法找到j(luò)peg的相關(guān)文件

解決方法:1.cp /root/software/jpeg-6b/* /root/software/php-5.2.6/ext/gd/libgd/?

2.編輯 ?/root/software/php-5.2.6/ext/gd/libgd/gd_jpeg.c文件
找到j(luò)peglib.h和jerror.h的所在位置,然后給他指明絕對(duì)路徑,這個(gè)東西應(yīng)該是裝jpegsrc.v6b.tar.gz的時(shí)候產(chǎn)生的
#include "/root/software/jpeg-6b/jpeglib.h"#include "/root/software/jpeg-6b/jerror.h"

轉(zhuǎn)載于:https://blog.51cto.com/wangmukun/206169

總結(jié)

以上是生活随笔為你收集整理的安装php出现 “make: *** [ext/gd/libgd/gd_jpeg.lo] Error ”的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。

主站蜘蛛池模板: a无一区二区三区 | 中文字幕一区二区三区在线视频 | 黄色片一区二区三区 | 日韩欧美在线观看一区二区 | 九九精品在线观看视频 | 国产在线观看xxx | 亚洲精品中文字幕在线播放 | 热久久亚洲 | 婷婷91| 国产欧美一区二区三区国产幕精品 | 国产精品视频第一页 | 亚洲无码乱码精品国产 | 日韩一区二区三区视频 | 久久久久久伊人 | 欧美激情自拍 | 我的公把我弄高潮了视频 | 亚洲资源网站 | 国产日本欧美一区二区 | 黄色网络在线观看 | 动漫美女隐私无遮挡 | 日本高清视频一区二区三区 | 成人做受视频试看60秒 | 久久r视频| 最新成人 | 精品无码一区二区三区 | avtt久久| 潘金莲一级淫片aaaaaaa | 99精品成人| 靠逼视频免费网站 | av不卡在线| 怎么可能高潮了就结束漫画 | 美日韩成人av | 青青插| 经典杯子蛋糕日剧在线观看免费 | 免费黄色三级 | 逼逼爱插插网站 | 亚洲性视频网站 | 木木影院| 美女露胸无遮挡 | 黑人狂躁日本妞hd | 亚洲视频四区 | 青青草原av| 欧洲成人av | av不卡在线免费观看 | 国产高清区 | 9久9久9久女女女九九九一九 | 成人激情在线 | 中文字幕在线观看国产 | 国产福利二区 | 爱爱视频网站 | 国产丝袜视频在线观看 | 男生插女生网站 | 欧美激情视频网站 | 美国色视频| 国产激情在线视频 | 国产成人高清在线 | 99自拍网| 国产伦精品一区三区精东 | 久久久久久久久艹 | 可以看黄色的网站 | 青青草av | 1区2区3区视频 | av在线不卡观看 | 国产精品一品二区三区的使用体验 | 狠狠爱免费视频 | 国产黄a三级三级看三级 | 女人裸体又黄 | 国产欧美日本 | 亚洲第一页视频 | 成人无码一区二区三区 | 国产精品每日更新 | 日韩一区二区三区四区五区 | 日韩精品一区二区亚洲av观看 | 麻豆网 | 欧美激情h | 福利精品在线 | 亚洲AV无码成人国产精品色 | 日本黄色中文字幕 | 久久中文字幕视频 | 精品三级av | 国产极品视频在线观看 | 激情六月婷婷 | 一区二区三区小视频 | 免费成人深夜夜视频 | 久久午夜影视 | 欧美性生活一区 | 亚洲精品在线网站 | 亚洲综合成人网 | 中文字幕有码av | 欧美精品hd | 欧美日韩亚洲一区二区 | 久久夫妻视频 | 午夜精品久久久久久久爽 | 色六月婷婷 | 三级网站视频 | 国产一级片网站 | 国产精品人妻一区二区三区 | 最新激情网站 | 久久毛片视频 |