Assuming you are on a *nix based OS, you will need to configure, make, and make install the gd library.
Before GD will compile, you will also need the jpeg, tif, and png libraries installed. These are usally already installed on common linux systems.
Once GD is installed, you will need to recompile PHP with the '--with-gd=/path/to/where/
If you recompiled PHP properly, and have restarted the webserver a quick phpinfo() should show if there is a gd section now.
Consult the gd website for more detailed instructions on installing the libraries.
Main Topics
Browse All Topics





by: us111Posted on 2002-11-13 at 05:18:45ID: 7442805
Are you sure you need the GD library for your image gallery?
GD is usefull if you want to create, modify... some images.