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 _______________________________________________ Help-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnustep
