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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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