PHP Not Supporting GD Image Library PHP Not Supporting GD Image Library
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

PHP Not Supporting GD Image Library

Started by kingspice, May 13, 2005, 11:35:25 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kingspice

Just switched to new server and restored coppermine (most recent version).
However, when i try and upload files I get the error:
"PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed "

Have tried reinstalling GD library, also installed zenoptimiser. Am running php 4.3.10

http://www.britneyzone.com/coppermine/info.php

Any ideas
Thanks
Gareth

Nibbler

Make sure you enabled JPEG support with GD.

kingspice

#2
Hi there,
How do i check if it is enabled?

I did:
./gdlib-config --all

GD library  2.0.33
includedir: /usr/local/include
cflags:     -I/usr/local/include
ldflags:       -L/usr/X11R6/lib
libs:       -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng -lz -lm
libdir:     /usr/local/lib
features:   GD_XPM GD_JPEG GD_FONTCONFIG GD_FREETYPE GD_PNG GD_GIF

Does that help at all?

Thanks

Joachim Müller