ID:               20472
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         GD related
 Operating System: RedHat Linx 7.2
 PHP Version:      4.3.0RC1/3
 New Comment:

You can 'fix' that problem by adding --with-jpeg-dir=/usr
(if libjpeg is located in /usr/lib and the include files in
/usr/include). 


Previous Comments:
------------------------------------------------------------------------

[2002-12-15 15:28:23] [EMAIL PROTECTED]

Using the --with-gd & --with-zlib did allow PHP-4.3.0RC3 to compile &
make correctly.  My code, which does work in production, does not work
with this combination.  I receive the following error:
Fatal error: Call to undefined function: imagejpeg() in
/home/wisnowmobileclubs.com/func/reportedplace.fun on line 368

I am still going to work with the most recent stable version & the
--with-gd=path option.

------------------------------------------------------------------------

[2002-12-15 14:26:49] [EMAIL PROTECTED]

--with-gd=/path uses an external library you already have installed on
your system.

--with-gd will use the bundled version of GD; from PHP 4.3.0 we bundle
GD with our own patches and bugfixes. If you do not need GIF writing
support we strongly recommend to use the bundled library as it has some
fixes and new features (like anti-aliased line drawing) that the
non-bundled library does not have.

------------------------------------------------------------------------

[2002-12-15 14:24:17] [EMAIL PROTECTED]

--with-gd uses bundled GD library.

------------------------------------------------------------------------

[2002-12-15 14:19:02] [EMAIL PROTECTED]

Can you explain how the --with-gd differs from the --with-gd=path?  I
am currently have 2 versions of GD installed (gd-1.8.4 in production &
2.0.9 in dev).  Which version would the with-gd use?

I am trying a new download from snaps.php.net, and will update later
today.

------------------------------------------------------------------------

[2002-12-15 13:22:13] [EMAIL PROTECTED]

This was recently fixed, can you please try a stable snapshot from
snaps.php.net to verify this? We would also welcome feedback whether
you encounter the same problems when using the bundled GD. (You can use
that by just using --with-gd instead of --with-gd=/path).

regards,
Derick

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/20472

-- 
Edit this bug report at http://bugs.php.net/?id=20472&edit=1

Reply via email to