[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[2]: PostgreSQL database not found
From: |
Manuel Guesdon |
Subject: |
Re[2]: PostgreSQL database not found |
Date: |
Sat, 8 Jan 2005 12:55:54 +0100 (CET) |
Hi,
On Thu, 6 Jan 2005 19:08:31 +0800, Koh Nyap-Hong <nyaphong@gmail.com> 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..
May be you can also see configure --with-pgsql-include option:
For example:
./configure --with-pgsql-include=/usr/include/pgsql
Manuel