PG_CONFIG MISSING

Started by ftoliveiraalmost 20 years ago2 messagesgeneral
Jump to latest
#1ftoliveira
ftoliveira@terra.com.br

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.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: ftoliveira (#1)
Re: PG_CONFIG MISSING

"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