Re: PostgreSQL database not found
Koh Nyap-Hong <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 6 Jan 2005 19:08:31 +0800, Koh Nyap-Hong <[email protected]> wrote: > Hi list, > Sorry if this is not the correct list to ask.... > I am using FC3 with PostgreSQL installed during system installation > process. When i tried to install GDL2, I run ./configure and below msg > were returned... > ... > checking for pg_config... no > checking libpq-fe.h usability... no > checking libpq-fe.h presence... no > checking for libpq-fe.h... no > checking for PostgreSQL database... no > ... > I am sure PostgreSQL is already installled, but how come it is not > found? Do i need to build PostgreSQL from source code? > > Regards > Nyap Hong > Sorry for answering to my my question... I found that pg_config is not in my $PATH. I solve it by add a link in /usr/bin.. Nyap Hong