Tuesday, October 29, 2013

Gem install pg error

Summary:
--------
Install pg without any installation errors

Step 1:
-------
Before install 'pg' Gem we need to install the following dependency package

$ sudo apt-get     install libpq-dev

Step 2:
-------
Install 'pg' gem

$ gem install pg

No comments:

Post a Comment