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

 ID:                 53379
 Updated by:         [email protected]
 Reported by:        FractalizeR at yandex dot ru
 Summary:            --with-gd and --with-jpeg-dir configure options are
                     not commutative
-Status:             Open
+Status:             Feedback
 Type:               Bug
 Package:            GD related
 Operating System:   CentOS 5.5
 PHP Version:        5.3.3
 Block user comment: N
 Private report:     N

 New Comment:

5.3.3 works just fine for me regardless of the order of those
parameters. Only difference in my test was the use of
'--with-libdir=lib64' since I only have 64bit libs around. So you're not
telling everything, for starters, what was the FULL configure line you
tried which failed?


Previous Comments:
------------------------------------------------------------------------
[2010-11-23 09:51:43] FractalizeR at yandex dot ru

I don't use any path in my example. That was not my URL but some other
guy. No, I did not any custom configurations. Did you try 5.3.3?

------------------------------------------------------------------------
[2010-11-23 09:35:40] [email protected]

First of all, you're using wrong path to --with-jpeg-dir. It expects
/usr without the "/lib" part which in your case is most likely not lib
but lib64 anyway. 



But I can not reproduce this using proper sources downloaded from
php.net. Did you by any chance do buildconf or autoconf yourself?

------------------------------------------------------------------------
[2010-11-22 16:17:26] FractalizeR at yandex dot ru

Description:
------------
Hello.



Providing "--with-jpeg-dir --with-gd" to ./configure script builds PHP
with GD with JPEG support. However providing "--with-gd --with-jpeg-dir"
(inverse order) silently ignores JPEG instruction. No warnings or errors
shown to user, but PHP is compiled without JPEG support.



Same case link:
http://mattiasgeniar.be/2009/04/10/compiling-php-with-with-jpeg-dir-not-working/



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



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

Reply via email to