php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38706 configure not checking properly for libjpeg header files
Submitted: 2006-09-04 05:02 UTC Modified: 2006-11-27 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: omikorn at yahoo dot com Assigned: pajoye (profile)
Status: No Feedback Package: Compile Failure
PHP Version: 4.4.4 OS: redhat based distros
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2006-09-04 05:02 UTC] omikorn at yahoo dot com
Description:
------------
./configure is not checking properly for libjpeg header files

Reproduce code:
---------------
/root/php-4.4.4/ext/gd/libgd/gd_jpeg.c:42:21: jpeglib.h: No such file or directory
/root/php-4.4.4/ext/gd/libgd/gd_jpeg.c:43:20: jerror.h: No such file or directory
/root/php-4.4.4/ext/gd/libgd/gd_jpeg.c:53: parse error before "cinfo"
/root/php-4.4.4/ext/gd/libgd/gd_jpeg.c: In function `fatal_jpeg_error':
/root/php-4.4.4/ext/gd/libgd/gd_jpeg.c:58: `cinfo' undeclared (first use in this function)
/root/php-4.4.4/ext/gd/libgd/gd_jpeg.c:58: (Each undeclared identifier is reported only once
/root/php-4.4.4/ext/gd/libgd/gd_jpeg.c:58: for each function it appears in.)
/root/php-4.4.4/ext/gd/libgd/gd_jpeg.c: At top level:
/root/php-4.4.4/ext/gd/libgd/gd_jpeg.c:100: parse error before "cinfo"
/root/php-4.4.4/ext/gd/libgd/gd_jpeg.c: In function `gdImageJpegCtx':


... and more

Expected result:
----------------
Normal continuation of compile.

i got rid of that error in 1 easy step by isntalling libjpeg-devel


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-11-19 03:25 UTC] pajoye@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip


 [2006-11-27 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 21:01:33 2024 UTC