PG Doc comments form <nore...@postgresql.org> writes: > I have a binary distribution version 13.2, installed from the Postgres yum > repository, on Fedora 33. > So, I downloaded the source code from here: > https://www.postgresql.org/ftp/source/v13.2/ > And tried to build according to the instruction:
> [max@max-home tutorial]$ make > make: pg_config: No such file or directory Apparently, you didn't install whichever sub-package of the Postgres distribution contains pg_config. Might be postgresql-devel, or postgresql-dev in Debian-flavored distros. The PG project documentation can't cover this; it's the responsibility of each group of packagers to decide (and document) how their distributions are laid out. regards, tom lane