A way to build PSQL 17.1 source on AIX platform - Mailing list pgsql-hackers

From Raghu Dev Ramaiah
Subject A way to build PSQL 17.1 source on AIX platform
Date
Msg-id YT4PR01MB108227ABD2441E4F652ACD154B1272@YT4PR01MB10822.CANPRD01.PROD.OUTLOOK.COM
Whole thread Raw
Responses Re: A way to build PSQL 17.1 source on AIX platform
Re: A way to build PSQL 17.1 source on AIX platform
List pgsql-hackers
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@lists.postgresql.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


pgsql-hackers by date:

Previous
From: by Yang
Date:
Subject: Re: memory leak in pgoutput
Next
From: Shlok Kyal
Date:
Subject: Re: Disallow UPDATE/DELETE on table with unpublished generated column as REPLICA IDENTITY