From: | Radu Ovidiu Ilies <iradu(at)unix-world(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org> |
Subject: | Re: BUG #7522: ecpg build error |
Date: | 2012-09-07 05:46:40 |
Message-ID: | 522F0E57-CB3A-4065-AF27-C7DA548B9DA0@unix-world.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Yes, you are right.
After I checked the sha1 of file I found was modified.
It was downloaded from other location than postgresql and was named postgresql-9.0.9.tar.bz2, but was not the final.
After I downloaded the original from postgresql.org everything works smooth.
Thanks,
Radu
On Sep 7, 2012, at 7:59, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> iradu(at)unix-world(dot)org writes:
>> I am trying to build the PostgreSQL 9.0.9 over NetBSD 5.1.2 (64-bit).
>> I got the following error.
>> I tried to compile the 9.1.5 and still the same error.
>> The 8.3.17 and 8.4.11 (are OK) they are compiling with no errors (under the
>> same build script).
>
> ECPGt_string is defined in ecpgtype.h in 9.0 and later. I am betting
> that you have a pre-9.0 copy of that file somewhere where it's being
> found in preference to the intended version.
>
> regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Gezeala M. Bacuño II | 2012-09-07 06:45:18 | Re: BUG #7521: Cannot disable WAL log while using pg_dump |
Previous Message | Amit Kapila | 2012-09-07 05:31:28 | Re: Minor inheritance/check bug: Inconsistent behavior |