mtrc
03-07-2005, 01:51 PM
I want to enable gd library support for php but I don't know how to do that. Please help me, I have a Fedora2 machine with CPanel.
Thanks in advance!
Thanks in advance!
![]() | View Full Version : GD library mtrc 03-07-2005, 01:51 PM I want to enable gd library support for php but I don't know how to do that. Please help me, I have a Fedora2 machine with CPanel. Thanks in advance! silhouette 03-13-2005, 07:03 AM do a ./configure --help and see the entry on gd.... should be something like ./configure --enable-gd-blah-blah then you: make && make install ur php should have gd support now TonyB 03-16-2005, 06:29 PM Yeah you can do it silhouette's way or use cPanel's apache recompile located at /scripts/easyapache and pick what all you need installed. |