From: Tom Lane Date: Fri, 12 Jun 2009 15:53:32 +0000 (+0000) Subject: Add info about minimum recommended AIX fix levels, per Laurenz Albe. X-Git-Tag: REL8_4_RC2~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63e183ca46fca8b3c910b025f09340d8c093e6c1;p=postgresql Add info about minimum recommended AIX fix levels, per Laurenz Albe. --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index c272bade96..c214374fca 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%standalone-include[<productname>PostgreSQL</>]]> @@ -2053,9 +2053,9 @@ kill `cat /usr/local/pgsql/data/postmaster.pid` </indexterm> <para> - PostgreSQL on AIX works, but getting it installed properly can be - challenging. Both AIX version 4.3 and 5.3 are supported in - theory. You can use GCC or the native IBM compiler xlc. In + PostgreSQL works on AIX, but getting it installed properly can be + challenging. AIX versions from 4.3.3 to 6.1 are considered supported. + You can use GCC or the native IBM compiler xlc. In general, using recent versions of AIX and PostgreSQL helps. Check the build farm for up to date information about which versions of AIX are known to work. @@ -2063,7 +2063,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid` <para> Use the following <command>configure</command> flags in addition - to your own if you have Readline or libz + to your own if you have installed Readline or libz there: <literal>--with-includes=/usr/local/include --with-libraries=/usr/local/lib</literal>. </para> @@ -2085,17 +2085,54 @@ kill `cat /usr/local/pgsql/data/postmaster.pid` <ulink url="http://www.han.de/~jum/aix/ldd.c"></ulink>. </para> - <sect3> - <title>AIX 4.3.2 + + shows the minimum recommended fix levels + for various AIX versions. To check your current fix level, use + oslevel -r in AIX 4.3.3 to AIX 5.2 ML 7, or + oslevel -s in later versions. + - - On AIX 4.3.2, you need libm.a that is in the - fileset bos.adt.libm. Try the following command: - -$ lslpp -l bos.adt.libm - - - + + + Minimum recommended <systemitem class="osname">AIX</systemitem> fix levels + + + + + + AIX version + fix level + + + + + + AIX 4.3.3 + Maintenance Level 11 + post ML11 bundle + + + + AIX 5.1 + Maintenance Level 9 + post ML9 bundle + + + + AIX 5.2 + Technology Level 10 Service Pack 3 + + + + AIX 5.3 + Technology Level 7 + + + + AIX 6.1 + Base Level + + + +
GCC issues @@ -2133,11 +2170,11 @@ $ lslpp -l bos.adt.libm The problem was reported to IBM, and is recorded as bug report - PMR29657. If you upgrade to maintenance level 5300-03, that will - include this fix. Use the command oslevel -r - to determine what maintenance level you are at. An immediate - resolution is to alter _SS_MAXSIZE to = 1025 in - /usr/include/sys/socket.h. + PMR29657. If you upgrade to maintenance level 5300-03 or later, + that will include this fix. A quick workaround + is to alter _SS_MAXSIZE to 1025 in + /usr/include/sys/socket.h. In either case, + recompile PostgreSQL once you have the corrected header file. @@ -2149,7 +2186,8 @@ $ lslpp -l bos.adt.libm to parse IP addresses in listen_addresses, pg_hba.conf, etc. Older versions of AIX have assorted bugs in this function. If you have problems related to these settings, - updating to the latest fix pack for your AIX release should fix it. + updating to the appropriate fix level shown in should take care of it.