Forum archive
upgrade php to support GD library on turnkey LAMP?
I have been using turnkey lamp 11.3 and now I want it to host web pages that use JpGraph. However it requires installation of GD library, libdg (to dynamically generate graphs and charts).
I would appreciate if anyone can explain how I can add it to my PhP on Turnkey lamp as I have no idea how to upgrade it.
Thanks in advance. :o)
Just incase anyone else needs to know
- Open the shell in a box, sign in as root then run following:
apt-get install php5-gd
- restart apache server and php info says it is there