Sepertinya di Ubuntu header itu adalah bagian dari libpq-dev
package (setidaknya dalam versi Ubuntu berikut:11.04 (Natty Narwhal), 10.04 (Lucid Lynx), 11.10 (Oneiric Ocelot), 12.04 (Precise Pangolin), 14.04 (Trusty Tahr) dan 18.04 (Bionic Beaver)):
...
/usr/include/postgresql/libpq-fe.h
...
Jadi coba instal libpq-dev
atau yang setara untuk OS Anda:
- Untuk sistem Ubuntu/Debian:
sudo apt-get install libpq-dev
- Pada sistem Red Hat Linux (RHEL):
yum install postgresql-devel
- Untuk Mac Homebrew:
brew install postgresql
- Untuk MacPorts PostgreSQL:
gem install pg -- --with-pg-config=/opt/local/lib/postgresql[version number]/bin/pg_config
- Untuk OpenSuse:
zypper in postgresql-devel
- Untuk ArchLinux:
pacman -S postgresql-libs