PHP configure: error: png.h not found

On Centos:
sudo yum install libpng-devel
On Ubuntu:
sudo apt-get install libpng-dev