This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove defunct DESCRIP.MMS cleanup rules.
[perl5.git] / README.aix
1 If you read this file _as_is_, just ignore the funny characters you see.
2 It is written in the POD format (see pod/perlpod.pod) which is specially
3 designed to be readable as is.
4
5 =head1 NAME
6
7 perlaix - Perl version 5 on IBM AIX (UNIX) systems
8
9 =head1 DESCRIPTION
10
11 This document describes various features of IBM's UNIX operating
12 system AIX that will affect how Perl version 5 (hereafter just Perl)
13 is compiled and/or runs.
14
15 =head2 Compiling Perl 5 on AIX
16
17 For information on compilers on older versions of AIX, see L<Compiling
18 Perl 5 on older AIX versions up to 4.3.3>.
19
20 When compiling Perl, you must use an ANSI C compiler. AIX does not ship
21 an ANSI compliant C compiler with AIX by default, but binary builds of
22 gcc for AIX are widely available. A version of gcc is also included in
23 the AIX Toolbox which is shipped with AIX.
24
25 =head2 Supported Compilers
26
27 Currently all versions of IBM's "xlc", "xlc_r", "cc", "cc_r" or
28 "vac" ANSI/C compiler will work for building Perl if that compiler
29 works on your system.
30
31 If you plan to link Perl to any module that requires thread-support,
32 like DBD::Oracle, it is better to use the _r version of the compiler.
33 This will not build a threaded Perl, but a thread-enabled Perl. See
34 also L<Threaded Perl> later on.
35
36 As of writing (2010-09) only the I<IBM XL C for AIX> or I<IBM XL C/C++
37 for AIX> compiler is supported by IBM on AIX 5L/6.1/7.1.
38
39 The following compiler versions are currently supported by IBM:
40
41     IBM XL C and IBM XL C/C++ V8, V9, V10, V11
42
43 The XL C for AIX is integrated in the XL C/C++ for AIX compiler and
44 therefore also supported.
45
46 If you choose XL C/C++ V9 you need APAR IZ35785 installed
47 otherwise the integrated SDBM_File do not compile correctly due
48 to an optimization bug. You can circumvent this problem by
49 adding -qipa to the optimization flags (-Doptimize='-O -qipa').
50 The PTF for APAR IZ35785 which solves this problem is available
51 from IBM (April 2009 PTF for XL C/C++ Enterprise Edition for AIX, V9.0).
52
53 If you choose XL C/C++ V11 you need the April 2010 PTF (or newer)
54 installed otherwise you will not get a working Perl version.
55
56 Perl can be compiled with either IBM's ANSI C compiler or with gcc.
57 The former is recommended, as not only it can compile Perl with no
58 difficulty, but also can take advantage of features listed later
59 that require the use of IBM compiler-specific command-line flags.
60
61 If you decide to use gcc, make sure your installation is recent and
62 complete, and be sure to read the Perl INSTALL file for more gcc-specific
63 details. Please report any hoops you had to jump through to the
64 development team.
65
66 =head2 Incompatibility with AIX Toolbox lib gdbm
67
68 If the AIX Toolbox version of lib gdbm < 1.8.3-5 is installed on your
69 system then Perl will not work. This library contains the header files
70 /opt/freeware/include/gdbm/dbm.h|ndbm.h which conflict with the AIX
71 system versions. The lib gdbm will be automatically removed from the
72 wanted libraries if the presence of one of these two header files is
73 detected. If you want to build Perl with GDBM support then please install
74 at least gdbm-devel-1.8.3-5 (or higher).
75
76 =head2 Perl 5 was successfully compiled and tested on:
77
78     Perl   | AIX Level           | Compiler Level          | w th | w/o th
79     -------+---------------------+-------------------------+------+-------
80     5.12.2 |5.1 TL9 32 bit       | XL C/C++ V7             | OK   | OK
81     5.12.2 |5.1 TL9 64 bit       | XL C/C++ V7             | OK   | OK
82     5.12.2 |5.2 TL10 SP8 32 bit  | XL C/C++ V8             | OK   | OK
83     5.12.2 |5.2 TL10 SP8 32 bit  | gcc 3.2.2               | OK   | OK
84     5.12.2 |5.2 TL10 SP8 64 bit  | XL C/C++ V8             | OK   | OK
85     5.12.2 |5.3 TL8 SP8 32 bit   | XL C/C++ V9 + IZ35785   | OK   | OK
86     5.12.2 |5.3 TL8 SP8 32 bit   | gcc 4.2.4               | OK   | OK
87     5.12.2 |5.3 TL8 SP8 64 bit   | XL C/C++ V9 + IZ35785   | OK   | OK
88     5.12.2 |5.3 TL10 SP3 32 bit  | XL C/C++ V11 + Apr 2010 | OK   | OK
89     5.12.2 |5.3 TL10 SP3 64 bit  | XL C/C++ V11 + Apr 2010 | OK   | OK
90     5.12.2 |6.1 TL1 SP7 32 bit   | XL C/C++ V10            | OK   | OK
91     5.12.2 |6.1 TL1 SP7 64 bit   | XL C/C++ V10            | OK   | OK
92     5.13   |7.1 TL0 SP1 32 bit   | XL C/C++ V11 + Jul 2010 | OK   | OK
93     5.13   |7.1 TL0 SP1 64 bit   | XL C/C++ V11 + Jul 2010 | OK   | OK
94
95     w th   = with thread support
96     w/o th = without thread support
97     OK     = tested
98
99 Successfully tested means that all "make test" runs finish with a
100 result of 100% OK. All tests were conducted with -Duseshrplib set.
101
102 All tests were conducted on the oldest supported AIX technology level
103 with the latest support package applied. If the tested AIX version is
104 out of support (AIX 4.3.3, 5.1, 5.2) then the last available support
105 level was used.
106
107 =head2 Building Dynamic Extensions on AIX
108
109 Starting from Perl 5.7.2 (and consequently 5.8.x / 5.10.x / 5.12.x)
110 and AIX 4.3 or newer Perl uses the AIX native dynamic loading interface
111 in the so called runtime linking mode instead of the emulated interface
112 that was used in Perl releases 5.6.1 and earlier or, for AIX releases
113 4.2 and earlier. This change does break backward compatibility with
114 compiled modules from earlier Perl releases. The change was made to make
115 Perl more compliant with other applications like Apache/mod_perl which are
116 using the AIX native interface. This change also enables the use of
117 C++ code with static constructors and destructors in Perl extensions,
118 which was not possible using the emulated interface.
119
120 It is highly recommended to use the new interface.
121
122 =head2 Using Large Files with Perl
123
124 Should yield no problems.
125
126 =head2 Threaded Perl
127
128 Should yield no problems with AIX 5.1 / 5.2 / 5.3 / 6.1 / 7.1.
129
130 IBM uses the AIX system Perl (V5.6.0 on AIX 5.1 and V5.8.2 on
131 AIX 5.2 / 5.3 and 6.1; V5.8.8 on AIX 5.3 TL11 and AIX 6.1 TL4; V5.10.1
132 on AIX 7.1) for some AIX system scripts. If you switch the links in
133 /usr/bin from the AIX system Perl (/usr/opt/perl5) to the newly build
134 Perl then you get the same features as with the IBM AIX system Perl if
135 the threaded options are used.
136
137 The threaded Perl build works also on AIX 5.1 but the IBM Perl
138 build (Perl v5.6.0) is not threaded on AIX 5.1.
139
140 Perl 5.12 an newer is not compatible with the IBM fileset perl.libext.
141
142 =head2 64-bit Perl
143
144 If your AIX system is installed with 64-bit support, you can expect 64-bit
145 configurations to work. If you want to use 64-bit Perl on AIX 6.1
146 you need an APAR for a libc.a bug which affects (n)dbm_XXX functions.
147 The APAR number for this problem is IZ39077.
148
149 If you need more memory (larger data segment) for your Perl programs you
150 can set:
151
152     /etc/security/limits
153     default:                    (or your user)
154         data = -1               (default is 262144 * 512 byte)
155
156 With the default setting the size is limited to 128MB.
157 The -1 removes this limit. If the "make test" fails please change
158 your /etc/security/limits as stated above.
159
160 =head2 Recommended Options AIX 5.1/5.2/5.3/6.1 and 7.1 (threaded/32-bit)
161
162 With the following options you get a threaded Perl version which
163 passes all make tests in threaded 32-bit mode, which is the default
164 configuration for the Perl builds that AIX ships with.
165
166     rm config.sh
167     ./Configure \
168     -d \
169     -Dcc=cc_r \
170     -Duseshrplib \
171     -Dusethreads \
172     -Dprefix=/usr/opt/perl5_32
173
174 The -Dprefix option will install Perl in a directory parallel to the 
175 IBM AIX system Perl installation.
176
177 =head2 Recommended Options AIX 5.1/5.2/5.3/6.1 and 7.1 (32-bit)
178
179 With the following options you get a Perl version which passes 
180 all make tests in 32-bit mode.
181
182     rm config.sh
183     ./Configure \
184     -d \
185     -Dcc=cc_r \
186     -Duseshrplib \
187     -Dprefix=/usr/opt/perl5_32
188
189 The -Dprefix option will install Perl in a directory parallel to the
190 IBM AIX system Perl installation.
191
192 =head2 Recommended Options AIX 5.1/5.2/5.3/6.1 and 7.1 (threaded/64-bit)
193
194 With the following options you get a threaded Perl version which
195 passes all make tests in 64-bit mode.
196
197     export OBJECT_MODE=64 / setenv OBJECT_MODE 64 (depending on your shell)
198
199     rm config.sh
200     ./Configure \
201     -d \
202     -Dcc=cc_r \
203     -Duseshrplib \
204     -Dusethreads \
205     -Duse64bitall \
206     -Dprefix=/usr/opt/perl5_64
207
208 =head2 Recommended Options AIX 5.1/5.2/5.3/6.1 and 7.1 (64-bit)
209
210 With the following options you get a Perl version which passes all
211 make tests in 64-bit mode. 
212
213     export OBJECT_MODE=64 / setenv OBJECT_MODE 64 (depending on your shell)
214
215     rm config.sh
216     ./Configure \
217     -d \
218     -Dcc=cc_r \
219     -Duseshrplib \
220     -Duse64bitall \
221     -Dprefix=/usr/opt/perl5_64
222
223 The -Dprefix option will install Perl in a directory parallel to the
224 IBM AIX system Perl installation.
225
226 If you choose gcc to compile 64-bit Perl then you need to add the
227 following option:
228
229     -Dcc='gcc -maix64'
230
231
232 =head2 Compiling Perl 5 on AIX 7.1.0
233
234 A regression in AIX 7 causes a failure in make test in Time::Piece during
235 daylight savings time.  APAR IV16514 provides the fix for this.  A quick
236 test to see if it's required, assuming it is currently daylight savings
237 in Eastern Time, would be to run C< TZ=EST5 date +%Z >.  This will come
238 back with C<EST> normally, but nothing if you have the problem.
239
240
241 =head2 Compiling Perl 5 on older AIX versions up to 4.3.3
242
243 Due to the fact that AIX 4.3.3 reached end-of-service in December 31,
244 2003 this information is provided as is. The Perl versions prior to
245 Perl 5.8.9 could be compiled on AIX up to 4.3.3 with the following
246 settings (your mileage may vary):
247
248 When compiling Perl, you must use an ANSI C compiler. AIX does not ship
249 an ANSI compliant C-compiler with AIX by default, but binary builds of
250 gcc for AIX are widely available.
251
252 At the moment of writing, AIX supports two different native C compilers,
253 for which you have to pay: B<xlC> and B<vac>. If you decide to use either
254 of these two (which is quite a lot easier than using gcc), be sure to
255 upgrade to the latest available patch level. Currently:
256
257     xlC.C     3.1.4.10 or 3.6.6.0 or 4.0.2.2 or 5.0.2.9 or 6.0.0.3
258     vac.C     4.4.0.3  or 5.0.2.6 or 6.0.0.1
259
260 note that xlC has the OS version in the name as of version 4.0.2.0, so
261 you will find xlC.C for AIX-5.0 as package
262
263     xlC.aix50.rte   5.0.2.0 or 6.0.0.3
264
265 subversions are not the same "latest" on all OS versions. For example,
266 the latest xlC-5 on aix41 is 5.0.2.9, while on aix43, it is 5.0.2.7.
267
268 Perl can be compiled with either IBM's ANSI C compiler or with gcc.
269 The former is recommended, as not only can it compile Perl with no
270 difficulty, but also can take advantage of features listed later that
271 require the use of IBM compiler-specific command-line flags.
272
273 The IBM's compiler patch levels 5.0.0.0 and 5.0.1.0 have compiler
274 optimization bugs that affect compiling perl.c and regcomp.c,
275 respectively.  If Perl's configuration detects those compiler patch
276 levels, optimization is turned off for the said source code files.
277 Upgrading to at least 5.0.2.0 is recommended.
278
279 If you decide to use gcc, make sure your installation is recent and
280 complete, and be sure to read the Perl INSTALL file for more gcc-specific
281 details. Please report any hoops you had to jump through to the development
282 team.
283
284 =head2 OS level
285
286 Before installing the patches to the IBM C-compiler you need to know the
287 level of patching for the Operating System. IBM's command 'oslevel' will
288 show the base, but is not always complete (in this example oslevel shows
289 4.3.NULL, whereas the system might run most of 4.3.THREE):
290
291     # oslevel
292     4.3.0.0
293     # lslpp -l | grep 'bos.rte '
294     bos.rte           4.3.3.75  COMMITTED  Base Operating System Runtime
295     bos.rte            4.3.2.0  COMMITTED  Base Operating System Runtime
296     #
297
298 The same might happen to AIX 5.1 or other OS levels. As a side note, Perl
299 cannot be built without bos.adt.syscalls and bos.adt.libm installed
300
301     # lslpp -l | egrep "syscalls|libm"
302     bos.adt.libm      5.1.0.25  COMMITTED  Base Application Development
303     bos.adt.syscalls  5.1.0.36  COMMITTED  System Calls Application
304     #
305
306 =head2 Building Dynamic Extensions on AIX E<lt> 5L
307
308 AIX supports dynamically loadable objects as well as shared libraries.
309 Shared libraries by convention end with the suffix .a, which is a bit
310 misleading, as an archive can contain static as well as dynamic members.
311 For Perl dynamically loaded objects we use the .so suffix also used on
312 many other platforms.
313
314 Note that starting from Perl 5.7.2 (and consequently 5.8.0) and AIX 4.3
315 or newer Perl uses the AIX native dynamic loading interface in the so
316 called runtime linking mode instead of the emulated interface that was
317 used in Perl releases 5.6.1 and earlier or, for AIX releases 4.2 and
318 earlier.  This change does break backward compatibility with compiled
319 modules from earlier Perl releases.  The change was made to make Perl
320 more compliant with other applications like Apache/mod_perl which are
321 using the AIX native interface. This change also enables the use of C++
322 code with static constructors and destructors in Perl extensions, which
323 was not possible using the emulated interface.
324
325 =head2 The IBM ANSI C Compiler
326
327 All defaults for Configure can be used.
328
329 If you've chosen to use vac 4, be sure to run 4.4.0.3. Older versions
330 will turn up nasty later on. For vac 5 be sure to run at least 5.0.1.0,
331 but vac 5.0.2.6 or up is highly recommended. Note that since IBM has
332 removed vac 5.0.2.1 through 5.0.2.5 from the software depot, these
333 versions should be considered obsolete.
334
335 Here's a brief lead of how to upgrade the compiler to the latest
336 level.  Of course this is subject to changes.  You can only upgrade
337 versions from ftp-available updates if the first three digit groups
338 are the same (in where you can skip intermediate unlike the patches
339 in the developer snapshots of Perl), or to one version up where the
340 "base" is available.  In other words, the AIX compiler patches are
341 cumulative.
342
343  vac.C.4.4.0.1 => vac.C.4.4.0.3  is OK     (vac.C.4.4.0.2 not needed)
344  xlC.C.3.1.3.3 => xlC.C.3.1.4.10 is NOT OK (xlC.C.3.1.4.0 is not available)
345
346  # ftp ftp.software.ibm.com
347  Connected to service.boulder.ibm.com.
348  : welcome message ...
349  Name (ftp.software.ibm.com:merijn): anonymous
350  331 Guest login ok, send your complete e-mail address as password.
351  Password:
352  ... accepted login stuff
353  ftp> cd /aix/fixes/v4/
354  ftp> dir other other.ll
355  output to local-file: other.ll? y
356  200 PORT command successful.
357  150 Opening ASCII mode data connection for /bin/ls.
358  226 Transfer complete.
359  ftp> dir xlc xlc.ll
360  output to local-file: xlc.ll? y
361  200 PORT command successful.
362  150 Opening ASCII mode data connection for /bin/ls.
363  226 Transfer complete.
364  ftp> bye
365  ... goodbye messages
366  # ls -l *.ll
367  -rw-rw-rw-   1 merijn   system    1169432 Nov  2 17:29 other.ll
368  -rw-rw-rw-   1 merijn   system      29170 Nov  2 17:29 xlc.ll
369
370 On AIX 4.2 using xlC, we continue:
371
372  # lslpp -l | fgrep 'xlC.C '
373    xlC.C                     3.1.4.9  COMMITTED  C for AIX Compiler
374    xlC.C                     3.1.4.0  COMMITTED  C for AIX Compiler
375  # grep 'xlC.C.3.1.4.*.bff' xlc.ll
376  -rw-r--r--   1 45776101 1        6286336 Jul 22 1996  xlC.C.3.1.4.1.bff
377  -rw-rw-r--   1 45776101 1        6173696 Aug 24 1998  xlC.C.3.1.4.10.bff
378  -rw-r--r--   1 45776101 1        6319104 Aug 14 1996  xlC.C.3.1.4.2.bff
379  -rw-r--r--   1 45776101 1        6316032 Oct 21 1996  xlC.C.3.1.4.3.bff
380  -rw-r--r--   1 45776101 1        6315008 Dec 20 1996  xlC.C.3.1.4.4.bff
381  -rw-rw-r--   1 45776101 1        6178816 Mar 28 1997  xlC.C.3.1.4.5.bff
382  -rw-rw-r--   1 45776101 1        6188032 May 22 1997  xlC.C.3.1.4.6.bff
383  -rw-rw-r--   1 45776101 1        6191104 Sep  5 1997  xlC.C.3.1.4.7.bff
384  -rw-rw-r--   1 45776101 1        6185984 Jan 13 1998  xlC.C.3.1.4.8.bff
385  -rw-rw-r--   1 45776101 1        6169600 May 27 1998  xlC.C.3.1.4.9.bff
386  # wget ftp://ftp.software.ibm.com/aix/fixes/v4/xlc/xlC.C.3.1.4.10.bff
387  #
388
389 On AIX 4.3 using vac, we continue:
390
391  # lslpp -l | grep 'vac.C '
392   vac.C                      5.0.2.2  COMMITTED  C for AIX Compiler
393   vac.C                      5.0.2.0  COMMITTED  C for AIX Compiler
394  # grep 'vac.C.5.0.2.*.bff' other.ll
395  -rw-rw-r--   1 45776101 1        13592576 Apr 16 2001  vac.C.5.0.2.0.bff
396  -rw-rw-r--   1 45776101 1        14133248 Apr  9 2002  vac.C.5.0.2.3.bff
397  -rw-rw-r--   1 45776101 1        14173184 May 20 2002  vac.C.5.0.2.4.bff
398  -rw-rw-r--   1 45776101 1        14192640 Nov 22 2002  vac.C.5.0.2.6.bff
399  # wget ftp://ftp.software.ibm.com/aix/fixes/v4/other/vac.C.5.0.2.6.bff
400  #
401
402 Likewise on all other OS levels. Then execute the following command, and
403 fill in its choices
404
405  # smit install_update
406   -> Install and Update from LATEST Available Software
407   * INPUT device / directory for software [ vac.C.5.0.2.6.bff    ]
408   [ OK ]
409   [ OK ]
410
411 Follow the messages ... and you're done.
412
413 If you like a more web-like approach, a good start point can be
414 http://www14.software.ibm.com/webapp/download/downloadaz.jsp and click
415 "C for AIX", and follow the instructions.
416
417 =head2 The usenm option
418
419 If linking miniperl
420
421  cc -o miniperl ... miniperlmain.o opmini.o perl.o ... -lm -lc ...
422
423 causes error like this
424
425  ld: 0711-317 ERROR: Undefined symbol: .aintl
426  ld: 0711-317 ERROR: Undefined symbol: .copysignl
427  ld: 0711-317 ERROR: Undefined symbol: .syscall
428  ld: 0711-317 ERROR: Undefined symbol: .eaccess
429  ld: 0711-317 ERROR: Undefined symbol: .setresuid
430  ld: 0711-317 ERROR: Undefined symbol: .setresgid
431  ld: 0711-317 ERROR: Undefined symbol: .setproctitle
432  ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
433
434 you could retry with
435
436  make realclean
437  rm config.sh
438  ./Configure -Dusenm ...
439
440 which makes Configure to use the C<nm> tool when scanning for library
441 symbols, which usually is not done in AIX.
442
443 Related to this, you probably should not use the C<-r> option of
444 Configure in AIX, because that affects of how the C<nm> tool is used.
445
446 =head2 Using GNU's gcc for building Perl
447
448 Using gcc-3.x (tested with 3.0.4, 3.1, and 3.2) now works out of the box,
449 as do recent gcc-2.9 builds available directly from IBM as part of their
450 Linux compatibility packages, available here:
451
452   http://www.ibm.com/servers/aix/products/aixos/linux/
453
454 =head2 Using Large Files with Perl E<lt> 5L
455
456 Should yield no problems.
457
458 =head2 Threaded Perl E<lt> 5L
459
460 Threads seem to work OK, though at the moment not all tests pass when
461 threads are used in combination with 64-bit configurations.
462
463 You may get a warning when doing a threaded build:
464
465   "pp_sys.c", line 4640.39: 1506-280 (W) Function argument assignment 
466   between types "unsigned char*" and "const void*" is not allowed.
467
468 The exact line number may vary, but if the warning (W) comes from a line
469 line this
470
471   hent = PerlSock_gethostbyaddr(addr, (Netdb_hlen_t) addrlen, addrtype);
472
473 in the "pp_ghostent" function, you may ignore it safely.  The warning
474 is caused by the reentrant variant of gethostbyaddr() having a slightly
475 different prototype than its non-reentrant variant, but the difference
476 is not really significant here.
477
478 =head2 64-bit Perl E<lt> 5L
479
480 If your AIX is installed with 64-bit support, you can expect 64-bit
481 configurations to work. In combination with threads some tests might
482 still fail.
483
484 =head2 AIX 4.2 and extensions using C++ with statics
485
486 In AIX 4.2 Perl extensions that use C++ functions that use statics
487 may have problems in that the statics are not getting initialized.
488 In newer AIX releases this has been solved by linking Perl with
489 the libC_r library, but unfortunately in AIX 4.2 the said library
490 has an obscure bug where the various functions related to time
491 (such as time() and gettimeofday()) return broken values, and
492 therefore in AIX 4.2 Perl is not linked against the libC_r.
493
494 =head1 AUTHORS
495
496 Rainer Tammer <tammer@tammer.net>
497
498 =cut