Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

PHP gd issues

57 views
Skip to first unread message

Paul Macdonald

unread,
Jul 15, 2009, 8:57:21 AM7/15/09
to

Hi,

Sometime within the last week an upgrade has left some php gd functions
non working on my systems,

from imagecreatefrom png: gd-png: fatal libpng error:
[00][00][00][00]: unknown critical chunk

I don't recall any updates which might have affected this and can;t see
anything in ports/UPDATING.

A re-install of php5-extensions leaves in the same state...

Has anyone else seen this and any suggestions for a fix?

Is there a log of recently updated ports i can look at ( i stupidly
don;t log this myself)

thanks
Paul.


_______________________________________________
freebs...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-port...@freebsd.org"

Message has been deleted

lissyara

unread,
Jul 23, 2009, 8:31:19 AM7/23/09
to
Do you have solve?
I have some problem =(
portdowngrade to gd-2.0.35_1,1 not help =(

mediaslut

unread,
Jul 24, 2009, 3:34:33 AM7/24/09
to

you need to portdowngrade libpng - not gd-2.0.35 ;-)
after that don't forget to rebuild everything that depends on libpng:

portdowngrade graphics/png$ -
s:pserver:ano...@anoncvs.tw.FreeBSD.org:/home/ncvs

On Step 4, choose the following version:

3 2009/02/24 04:01:48 1.2.35 Upgrade to 1.2.35

The port will now be downgraded to version 1.2.35. Now you need to
downgrade the Software:

portsdb -Uu # (that one takes very long!)
portupgrade -f png

Now Reinstall everything that depends on libpng:

portupgrade -fr png

After everything is reinstalled, restart Apache

apachectl restart

done! :o)

lissyara

unread,
Jul 24, 2009, 6:35:51 AM7/24/09
to
Thanks!
it's work =)
0 new messages