Trying to Install PHP with GD

Hi it's my server i'm in as root linux. I just got done installed the zlib pnj and jpeg one and then i configured php and did a make and I got the following error message:


/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:42:21: jpeglib.h: No such file or directory
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:43:20: jerror.h: No such file or directory
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:53: parse error before "cinfo"
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c: In function `fatal_jpeg_error':
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:58: `cinfo' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:58: (Each undeclared identifier is reported only once
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:58: for each function it appears in.)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c: At top level:
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:100: parse error before "cinfo"
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c: In function `gdImageJpegCtx':
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:104: storage size of `cinfo' isn't known
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:105: storage size of `jerr' isn't known
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:108: syntax error before "row"
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:109: `JSAMPROW' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:111: `JDIMENSION' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:111: parse error before "nlines"
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:121: `row' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:134: `JCS_RGB' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:137: `TRUE' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:147: parse error before "_safe_emalloc"
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:148: `JSAMPLE' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:149: `rowptr' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:154: `JPEG_LIB_VERSION' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:158: `JPEG_COM' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:175: `nlines' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:198:2: #error IJG JPEG library BITS_IN_JSAMPLE value must be 8 or 12
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c: At top level:
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:224: parse error before "cinfo"
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c: In function `gdImageCreateFromJpegCtx':
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:232: storage size of `cinfo' isn't known
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:233: storage size of `jerr' isn't known
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:236: syntax error before "row"
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:238: `JSAMPROW' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:238: parse error before "rowptr"
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:241: `JDIMENSION' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:241: parse error before "nrows"
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:250: `row' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:265: `TRUE' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:266: `JPEG_HEADER_OK' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:285: `JCS_RGB' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:314: `JSAMPLE' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:316: `rowptr' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:319: syntax error before "currow"
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:321: `nrows' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:326: `currow' undeclared (first use in this function)
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c: At top level:
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:375: field `pub' has incomplete type
/usr/local/src/php-4.3.4/ext/gd/libgd/gd_jpeg.c:380: confused by earlier errors, bailing out
make: *** [ext/gd/libgd/gd_jpeg.lo] Error 1
someone please help! Thanks

 

 

 

 

Top