PDA

View Full Version : Newbie need some help with GD.


romanticyao
Tue 6th Jan '04, 7:51pm
Hey, I have PHP4.3.4 installed on Redhat 9, just one question, how do I install GD Graphics Library (http://www.boutell.com/gd/) 2.x on my server?:confused:

decostop
Tue 6th Jan '04, 8:53pm
alot of times it's bundled...

have you checked your phpinfo page to verify it's not installed? Just a thought.

romanticyao
Tue 6th Jan '04, 8:55pm
Hey, thank you for reply, you can check out my phpinfo page here: http://61.129.113.234/

Steve Machol
Tue 6th Jan '04, 10:12pm
You need to recompile GD with this option:

'--with-gd'

romanticyao
Wed 7th Jan '04, 9:25am
Is there any good guide tutorial on how to install libpng, zlib, jpeg-6b and FreeType 2.x ?

Thank you in advance.