安装PHP的时候,我使用的编译参数为
./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的时候出现如下错误,如果不带--with-gd则正常:(此处截取了出错的报告)
/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
错误原因:
通过查看代码发现,发现 PHP make的时候无法找到jpeg的相关文件
解决方法:
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文件
找到jpeglib.h和jerror.h的所在位置,然后给他指明绝对路径,这个东西应该是装jpegsrc.v6b.tar.gz的时候产生的
#include "/root/software/jpeg-6b/jpeglib.h"
#include "/root/software/jpeg-6b/jerror.h"

转载于:https://blog.51cto.com/wangmukun/206169

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

  1. php5.3.*编译出现make: *** [ext/gd/libgd/gd_compat.lo] Error 1 解决方法

     升级系统,把php5.2.9升级到5.3.6,按照以前的编译参数,configure能正常通过,但是在make的时候提示: In file included from /root/php-5.3.6 ...

  2. make: *** [ext/fileinfo/libmagic/apprentice.lo] Error 1

    当配置PHP时出现  make: *** [ext/fileinfo/libmagic/apprentice.lo] Error 1 时 是因为服务器内存不足1G. 只需要在配置命令中添加 --dis ...

  3. php [ext/gd/gd.lo] error 1,关于PHP一些编译安装出现的错误总结

    PHP编译安装时候出现下列错误,现在总结如下.希望对网友有所帮助. 1.make: *** [libphp5.la] Error 1 出现此错误解决办法 wget ftp://ftp.ntua.gr/ ...

  4. 安装php时,make步骤报错make: *** [ext/gd/gd.lo] Error 1

    安装PHP时,make步骤报错make: *** [ext/gd/gd.lo] Error 1 /usr/local/src/LAMP+memcahed+catci/php-5.4.0/ext/gd/ ...

  5. make: *** [ext/fileinfo/libmagic/apprentice.lo] Er

    php-fpm编译make &&make install 出现了make: *** [ext/fileinfo/libmagic/apprentice.lo] Error 1 如上的错 ...

  6. centos安装 php时 出现 make: *** [ext/dom/node.lo] Error

    为什么80%的码农都做不了架构师?>>>    Linux安装PHP ,make 的时候报错: make: *** [ext/dom/node.lo] Error 1 解决办法: $ ...

  7. 安装GD 完美解决make error

    2019独角兽企业重金招聘Python工程师标准>>> 安装gd库时报[gd_png.lo] Error 1错误 make[2]: *** [gd_png.lo] Error 1 m ...

  8. pcre-7.9编译安装出错[pcrecpp.lo] Error 1

    下载pcre-7.9编译安装,make时报错: source='pcrecpp.cc' object='pcrecpp.lo' libtool=yes         DEPDIR=.deps dep ...

  9. 安装Python3.5后,pip报错Fatal error in launcher: Unable to create process using ‘“‘解决方案

    安装Python3.5后,pip报错Fatal error in launcher: Unable to create process using '"'解决方案 参考文章: (1)安装Py ...

最新文章

  1. R构建指数回归模型(Exponential Regression)
  2. 项目分享三:页面之间的传值
  3. python软件安装及设置_入门Python——1.软件安装与基础语法
  4. python excel 自动化-简直出神入化,教你用Python控制Excel实现自动化办公
  5. 安装VISTA我们应该选择哪种
  6. 模拟linux终端测试java,介绍一个在线的Linux,没有安装Linux或者虚拟机不喜欢用的童鞋可以简单的用这个jslinux测试各种命令...
  7. 诡异的 BOM 字符 \ufeff
  8. python windows自动化 爬虫_Python体系(网络爬虫、人工智能、WEB开发、自动化运维)详细介绍...
  9. Python--day26--封装和@property
  10. 解决Emacs输出PDF文件时Tex缺少.sty文件的方法
  11. 解构给默认值_使用 JavaScript 解构让代码更优雅
  12. java int 位_java int是几位
  13. 计算机程序c语言教材,C语言程序设计(高等学校计算机基础教育教材精选)
  14. Project(10)——收货地址 - 设置默认
  15. 【全面总结】大厂测试开发面试常见面试题101道
  16. PTA 乙级 1002 写出这个数 (20 分) C++
  17. 微信图片怎么添加竖排文字_怎样在手机上给微信图片上添加文字?
  18. Unity用GL接口实现画格子
  19. 华芯通服务器芯片将于今年年底前上市
  20. TCP协议的相关特性

热门文章

  1. 模拟video播放器
  2. Ejabberd源码解析前奏--管理
  3. 各种SQL在Pig中实现
  4. 面向对象实验一(类与对象)
  5. Windows Mobile常用程序代码(串口、图象、网络、3D、数据库、音频视频等等)
  6. pyhon取文件md5值
  7. 纸牌游戏——小猫钓鱼
  8. Spring3 M2 quartz-2.1.7 解决bean不能注入问题
  9. mjpg-streamer在Ubuntu下编译,运行
  10. 在ubuntu14.04 64位虚拟机中安装mysql