Thread: PG_CONFIG MISSING

PG_CONFIG MISSING

From
"ftoliveira"
Date:
Hi all,
ive just instaled Fedora 5, with postgresql 8.1.3 on my PC, and im trying to install POSTGIS, but when i do the
./config says that the package pg_config is missing.
Can someone help me?

PS: Sorry about the bad english.


Re: PG_CONFIG MISSING

From
Tom Lane
Date:
"ftoliveira" <ftoliveira@terra.com.br> writes:
> ive just instaled Fedora 5, with postgresql 8.1.3 on my PC, and im trying to install POSTGIS, but when i do the
> ./config says that the package pg_config is missing.

Did you remember to install the postgresql-devel RPM?  You need that for
building any PG-dependent software.

            regards, tom lane