Fix postgres.h file not found problem
On Ubuntu , If you are facing postgres.h file not found then install the dev packages using below command.
sudo apt-get update -y
#replace the version of your postgres in the blow command and run the same.
sudo apt-get install -y postgresql-server-dev-<version number>
No comments:
Post a Comment