
Ich versuche, Postgres für Rails einzurichten.
bundle install
gibt:
Can't find the 'libpq-fe.h header
Antwort1
Dies hat mein Problem gelöst:
sudo apt-get install libpq-dev
Ich versuche, Postgres für Rails einzurichten.
bundle install
gibt:
Can't find the 'libpq-fe.h header
Dies hat mein Problem gelöst:
sudo apt-get install libpq-dev