This error is typically generated when you don’t have the PHP development libraries installed.
Installing the libraries via repository is the easiest and quickest fix.
For Fedora/Red Hat:
yum install php5-dev
For Ubuntu/Debian:
apt-get install php5-dev
