View Full Version : Image Verification - GD issue
Fotch
Fri 22nd Dec '06, 12:58pm
I have GD enabled but it only has GIF support. so the image verification doesn't work. How do I add png and jpg support to my GD? I'm running php 5.0.5, I'm not exactly sure what version of gd it is just that it is 2+
I'm running on Netware 6.5
Thanks
Steve Machol
Fri 22nd Dec '06, 1:50pm
Moved to Server Configuration forum.
Your will need to recompile PHP and I believe you will need to include these command line options:
'--with-gd'
'--with-jpeg-dir=/usr/local'
'--with-png-dir=/usr'
'--with-ttf'
'--with-freetype-dir=/usr'
'--enable-gd-native-ttf'
Of course some of those may be different based on your server.
vBulletin® v3.8.0 Beta 3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.