Error Compiling Postgres pg gem on Ubuntu 12.04 [duplicate] Error Compiling Postgres pg gem on Ubuntu 12.04 [duplicate] postgresql postgresql

Error Compiling Postgres pg gem on Ubuntu 12.04 [duplicate]


Looks like you need to install the dev libraries for postgres:

sudo apt-get install libpq-dev