Forum archive
How to install GD Library
Installed Turnkey Lamp v 2009-02 and it has everything I want except for GD library.
What is the simplest way for me to add support for GD library in PHP?
I can't find the libraries anywhere and no .ini file to modify to add support for GD lib like you do on a windows machine.
The list of dependencies and download links are available at this link, and you can find the deb packages in the Ubuntu package archive.
You can find out what packages are installed by either looking at the appliance manifest (see link on appliance download page), or by running dpkg-query -W
Once you have downloaded and copied the packages to the appliance, you can install them using dpkg:
Good luck!