ID:               41612
 User updated by:  long at ku dot edu
 Reported By:      long at ku dot edu
-Status:           Feedback
+Status:           Open
 Bug Type:         GD related
 Operating System: RHEL3
 PHP Version:      5.2.3
 New Comment:

Bingo, that was it.  If I do the 'make install' before the 'make test'
then it works (even with my out of date libpng).


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

[2007-06-06 18:27:39] [EMAIL PROTECTED]

And you need to do 'make install' before running 'make test' when you
have shared extensions with PHP <= 5.2.3, otherwise the old extensions
are used when running tests. (I fixed this in CVS)

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

[2007-06-06 16:03:01] [EMAIL PROTECTED]

Just install new libpng in /tmp and rebuild PHP with
--with-png-dir=/tmp, that should be enough to test it.

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

[2007-06-06 15:47:52] long at ku dot edu

Stuck on RHEL3 and I try and stick with vendor packages as much as
possible.  But, the good news is I think I found something.  If I
compile it --with-gd and not --with-gd=shared (oh, and -O2 instead of
-O3 although that by itself did not fix it) then that test passes. 
Always worked with shared in earlier versions though.  No biggie though.

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

[2007-06-06 15:35:10] [EMAIL PROTECTED]

What if you update it to the latest available version?
1.2.2 is 5 years old.

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

[2007-06-06 15:25:43] long at ku dot edu

[EMAIL PROTECTED] php5.2-200706061230]$ rpm -qa|grep libpng
libpng-1.2.2-27
libpng-devel-1.2.2-27

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

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/41612

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

Reply via email to