Apparently the package name is exactly libpq-dev. ;-) Naming convention sucks sometimes... ;-)
However even after installing it I still can't compile. Same exact error is given. Thank you. On Sun, Jul 10, 2022 at 7:19 PM Igor Korot <ikoro...@gmail.com> wrote: > > Hi, > I figured out that the libpq package is called postgresql-client. > > However it looks like there is no postgresql-client-dev package? > > Trying to compile my program it fails by not finding the > pg-config script and libpq-fe.h file. > > Thank you.