M BUZZ CRAZE NEWS
// general

error Can't find the 'libpq-fe.h header

By Sarah Rodriguez

Trying to set up postgres for rails.

bundle install gives:

 Can't find the 'libpq-fe.h header

1 Answer

This resolved my issue:

sudo apt-get install libpq-dev
3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy