Re: pgxs problem...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: pgxs problem...
Date: 2012-10-09 13:52:03
Message-ID: 10676.1349790723@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

John R Pierce <pierce(at)hogranch(dot)com> writes:
> I'm trying to build something (pljava, dont laugh) for IBM AIX (don't
> laugh). I have my own build of postgresql 9.1.6 on AIX, compiled with
> IBM XLC, it works quite nicely, but this build is bombing..

> /opt/pgsql91/lib/pgxs/src/makefiles/../../src/backend/port/aix/mkldexport.sh
> libpljava.a >libpljava.exp
> /bin/sh:
> /opt/pgsql91/lib/pgxs/src/makefiles/../../src/backend/port/aix/mkldexport.sh:
> not found.

Hm. There is a src/backend/port/aix/mkldexport.sh in the source tree,
and I see that Makefile.shlib relies on it, but I don't see any evidence
that we make any effort to install it. For the moment you could just
copy it over to the pgxs tree ... but if we wanted to support AIX a bit
better it seems like we ought to do that automatically.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Willy-Bas Loos 2012-10-09 13:54:35 Re: something better than pgtrgm?
Previous Message Andrew Sullivan 2012-10-09 13:23:23 Re: something better than pgtrgm?

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-10-09 14:06:51 Re: Truncate if exists
Previous Message Amit Kapila 2012-10-09 13:42:20 Behavior for crash recovery when it detects a corrupt WAL record