| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Thorne, Francis" <thornef(at)cromwell(dot)co(dot)uk> |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: AIX Postgres Compile Error |
| Date: | 2010-04-15 14:38:25 |
| Message-ID: | 1790.1271342305@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
"Thorne, Francis" <thornef(at)cromwell(dot)co(dot)uk> writes:
> I am trying to compile Postgres on an AIX machine but am getting the
> following error through the 'make' process
> In file included from
> /merlin/perl5.10.1/lib/5.10.1/aix-thread-multi-64all/CORE/
> op.h:633,
> from
> /merlin/perl5.10.1/lib/5.10.1/aix-thread-multi-64all/CORE/
> perl.h:3420,
> from plperl.h:31,
> from plperl.c:34:
> /merlin/perl5.10.1/lib/5.10.1/aix-thread-multi-64all/CORE/reentr.h:780:
> error: field '_srandom_struct' has incomplete type
Hmm. You might try pulling the latest version of ppport.h from our CVS:
http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/ppport.h
to see if that fixes it. I wouldn't really expect what's in 8.3.7
to work with such a new version of Perl. If that doesn't do it, try
using a 5.8.x Perl release.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Greg Sabino Mullane | 2010-04-15 14:53:11 | Re: Migrating from 8.3 to 8.4 on the same server |
| Previous Message | Lewis Kapell | 2010-04-15 14:37:27 | Re: Query is stuck |