Ubuntu + PHP + GD + Solution
Aug 19, 2009 · 1 minute read
Category:
php
This is post is now quite old and the the information it contains may be out of date or innacurate.
If you find any errors or have any suggestions to update the information please let us know
or create a pull request on GitHub
If you are using PHP5 on Ubuntu and are having strange issues with missing functions including
imagerotate() then you have come up against the problems created by the Ubuntu/Debian packagers decision not to include the GD library included with PHP5 but instead include a more purist version of the GD library which unfortunatley has some missing components.
Check out this blog story for the solution