From: | wenhui qiu <qiuwenhuifx(at)gmail(dot)com> |
---|---|
To: | Raghu Dev Ramaiah <rramaiah(at)opentext(dot)com> |
Cc: | "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: A way to build PSQL 17.1 source on AIX platform |
Date: | 2024-11-19 16:02:30 |
Message-ID: | CAGjGUALEZZP8G2hkFrPDomFMBypa6qj_CjG3_by9tJToFMnr9g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
no way ,due to remove aix support,
https://commitfest.postgresql.org/50/5003/you can see this link,
On Tue, 19 Nov 2024 at 23:26, Raghu Dev Ramaiah <rramaiah(at)opentext(dot)com>
wrote:
> Hi
>
> I am getting error while building PSQL 17.1 on AIX box-
>
> bash-5.1# uname -a
> AIX AIXLPHPOM01 1 7 00F8B83A4C00
>
> bash-5.1# ./configure --prefix=/home/raghu/postgres/psql17/build
> --without-readline
> checking build system type... powerpc-ibm-aix7.1.4.0
> checking host system type... powerpc-ibm-aix7.1.4.0
> checking which template to use... configure: error:
> *******************************************************************
> PostgreSQL has apparently not been ported to your platform yet.
> To try a manual configuration, look into the src/template directory
> for a similar platform and use the '--with-template=' option.
>
> Please also contact <pgsql-bugs(at)lists(dot)postgresql(dot)org> to see about
> rectifying this. Include the above 'checking host system type...'
> line.
> *******************************************************************
>
> Is there an alternate way I can build PSQL 17.1 source code on AIX
> platform? Please let me know..thanks.
>
> Regards
> Raghu
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2024-11-19 16:21:33 | Re: [PATCH] Fixed assertion issues in "pg_get_viewdef" |
Previous Message | Dmitry Dolgov | 2024-11-19 14:45:19 | Re: ALTER TABLE uses a bistate but not for toast tables |