Re: building 8.0.1 on OS X

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ben <bench(at)silentmedia(dot)com>
Cc: Postgres general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: building 8.0.1 on OS X
Date: 2005-03-25 03:33:06
Message-ID: 5045.1111721586@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ben <bench(at)silentmedia(dot)com> writes:
> I'm trying to build 8.0.1 on OS X, and after a simple ./configure
> without any options, the build progresses smoothly until, when building
> pg_ctl:

> pg_ctl.c: In function `test_postmaster_connection':
> pg_ctl.c:439: error: `PQnoPasswordSupplied' undeclared (first use in
> this function)

That should be defined in libpq-fe.h. I suspect your build is picking
up an old version of libpq-fe.h from somewhere. Check include paths.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-03-25 03:34:40 Re: 8.0.1 in a non-standard location and tsearch2
Previous Message Ben 2005-03-25 03:20:06 8.0.1 in a non-standard location and tsearch2