boxhosts
09-12-2004, 09:52 PM
im newbie, i have problems, my gd is not enabled in php 4.3.8,
how i enable it ?
tanks
how i enable it ?
tanks
![]() | View Full Version : enable Gd Library in Php 4.3.8 boxhosts 09-12-2004, 09:52 PM im newbie, i have problems, my gd is not enabled in php 4.3.8, how i enable it ? tanks eth00 09-12-2004, 10:22 PM Recompile php with the gd lib enabled. If you have a control panel they each do it differently, if you have no CP you should be able to find how to do it on the GD page pretty easily. Brightadmin 09-13-2004, 11:11 AM Dear, Make sure that gd has been installed on your server. Then try recompiling php with gd enabled with your default modules. ex: './configure''--with-png-dir=/usr' '--with-gd' '--enable-gd-native-ttf' '--with-ttf' '--with-gdbm''--with-jpeg-dir=/usr' with default modules enabled. Hope this will help u. Regards, BrightAdmin:) |