PHP configure: error: jpeglib.h not found

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