Tip on installing graphic support for PHP in FreeBSD
By Rayed
GD is a graphic library that enable PHP to manipulate images, to install it from FreeBSD port us:
# cd /usr/ports/graphics/php4-gd # make -DWITHOUT_X11 install
The tip is to use WITHOUT_X11 option this will save you from compiling X Windows which is needed for some of GD supported formats.