If you are using Ubuntu try to install following lib file
sudo apt-get install libpq-dev
and then gem install pg
worked for me.
If you are using Ubuntu try to install following lib file
sudo apt-get install libpq-dev
and then gem install pg
worked for me.