Report this

What is the reason for this report?

How do I install the GD library on my Droplet?

Posted on August 31, 2014

I have a Droplet running Ubuntu 14.04. I tried to install the GD library using sudo apt-get install php5-gd and it seemed to install fine. I restarted the Apache2 service, but my image upload script still gives this error:

Call to undefined function imagecreatefrompng()

Are there any additional steps I need to take before the GD library is available to my PHP scripts?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

This question was answered by @jak:

If you’re using a custom php.ini, rather than the default setup, you’ll need to ensure the extension is loaded with a setting like…

extension=gd.so

You can find your php.ini file location that’s in use with a call to php_info()

View the original comment

This comment has been deleted

This comment has been deleted

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.