thanks in advance
FYI, there is a workaround for this here:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/74647/comments/6
You can also compile PHP from the source. The version of GD that comes
bundled with PHP is different from the standard GD that php5-gd uses.
I've recently had problems with GD on an Ubuntu box - the packages in
standard repositories are rather old (and I couldn't dind dev
versions) - so I installed GD from source - http://www.boutell.com/gd/
C.
thanks to all for responses!
Well... I removed php5-gd and php5 packages, reinstalled php5 from
sources with the options "--with-gd --enable-gd " and everythings
works now!
By the way the workarount in the link above did not work for me :-(
I extracted gd-bundled.so from the package of Mandriva as explained in
the link ( I didn't found any .deb package with this library!!) and
copied in /usr/lib but the error is still present.
Must I register this library? if yes, how can I do ?
also I installed GD from source but I didn't found gd-bundled.so in
sources!
thanks