Re: Re[2]: PostgreSQL database not found
Koh Nyap-Hong <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 8 Jan 2005 12:55:54 +0100 (CET), Manuel Guesdon <[email protected]> wrote: > Hi, > > 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.. > > May be you can also see configure --with-pgsql-include option: > For example: > ./configure --with-pgsql-include=/usr/include/pgsql > > Manuel > Thanks for your info. I am new to Linux programming and still do not familiar with this kind of configuration and make file. Thanks! Nyap Hong