Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

406 lines
14 KiB

  1. This document is written in pod format hence there are punctuation
  2. characters in odd places. Do not worry, you've apparently got
  3. the ASCII->EBCDIC translation worked out correctly. You can read
  4. more about pod in pod/perlpod.pod or the short summary in the
  5. INSTALL file.
  6. =head1 NAME
  7. README.os390 - building and installing Perl for OS/390.
  8. =head1 SYNOPSIS
  9. This document will help you Configure, build, test and install Perl
  10. on OS/390 Unix System Services.
  11. =head1 DESCRIPTION
  12. This is a fully ported Perl for OS/390 Version 2 Release 3, 5, 6, 7,
  13. 8, and 9. It may work on other versions or releases, but those are
  14. the ones we've tested it on.
  15. You may need to carry out some system configuration tasks before
  16. running the Configure script for Perl.
  17. =head2 Unpacking
  18. Gunzip/gzip for OS/390 is discussed at:
  19. http://www.s390.ibm.com/products/oe/bpxqp1.html
  20. to extract an ASCII tar archive on OS/390, try this:
  21. pax -o to=IBM-1047,from=ISO8859-1 -r < latest.tar
  22. =head2 Setup and utilities
  23. Be sure that your yacc installation is in place including any necessary
  24. parser template files. If you have not already done so then be sure to:
  25. cp /samples/yyparse.c /etc
  26. This may also be a good time to ensure that your /etc/protocol file
  27. and either your /etc/resolv.conf or /etc/hosts files are in place.
  28. The IBM document that described such USS system setup issues was
  29. SC28-1890-07 "OS/390 UNIX System Services Planning", in particular
  30. Chapter 6 on customizing the OE shell.
  31. GNU make for OS/390, which is recommended for the build of perl (as well as
  32. building CPAN modules and extensions), is available from:
  33. http://www.mks.com/s390/gnu/index.htm
  34. Some people have reported encountering "Out of memory!" errors while
  35. trying to build Perl using GNU make binaries. If you encounter such
  36. trouble then try to download the source code kit and build GNU make
  37. from source to eliminate any such trouble. You might also find GNU make
  38. (as well as Perl and Apache) in the red-piece/book "Open Source Software
  39. for OS/390 UNIX", SG24-5944-00 from IBM.
  40. If instead of the recommended GNU make you would like to use the system
  41. supplied make program then be sure to install the default rules file
  42. properly via the shell command:
  43. cp /samples/startup.mk /etc
  44. and be sure to also set the environment variable _C89_CCMODE=1 (exporting
  45. _C89_CCMODE=1 is also a good idea for users of GNU make).
  46. You might also want to have GNU groff for OS/390 installed before
  47. running the `make install` step for Perl.
  48. There is a syntax error in the /usr/include/sys/socket.h header file
  49. that IBM supplies with USS V2R7, V2R8, and possibly V2R9. The problem with
  50. the header file is that near the definition of the SO_REUSEPORT constant
  51. there is a spurious extra '/' character outside of a comment like so:
  52. #define SO_REUSEPORT 0x0200 /* allow local address & port
  53. reuse */ /
  54. You could edit that header yourself to remove that last '/', or you might
  55. note that Language Environment (LE) APAR PQ39997 describes the problem
  56. and PTF's UQ46272 and UQ46271 are the (R8 at least) fixes and apply them.
  57. If left unattended that syntax error will turn up as an inability for Perl
  58. to build its "Socket" extension.
  59. For successful testing you may need to turn on the sticky bit for your
  60. world readable /tmp directory if you have not already done so (see man chmod).
  61. =head2 Configure
  62. Once you've unpacked the distribution, run "sh Configure" (see INSTALL
  63. for a full discussion of the Configure options). There is a "hints" file
  64. for os390 that specifies the correct values for most things. Some things
  65. to watch out for include:
  66. =over 4
  67. =item *
  68. A message of the form:
  69. (I see you are using the Korn shell. Some ksh's blow up on Configure,
  70. mainly on older exotic systems. If yours does, try the Bourne shell instead.)
  71. is nothing to worry about at all.
  72. =item *
  73. Some of the parser default template files in /samples are needed in /etc.
  74. In particular be sure that you at least copy /samples/yyparse.c to /etc
  75. before running Perl's Configure. This step ensures successful extraction
  76. of EBCDIC versions of parser files such as perly.c, perly.h, and x2p/a2p.c.
  77. This has to be done before running Configure the first time. If you failed
  78. to do so then the easiest way to re-Configure Perl is to delete your
  79. misconfigured build root and re-extract the source from the tar ball.
  80. Then you must ensure that /etc/yyparse.c is properly in place before
  81. attempting to re-run Configure.
  82. =item *
  83. This port will support dynamic loading, but it is not selected by
  84. default. If you would like to experiment with dynamic loading then
  85. be sure to specify -Dusedl in the arguments to the Configure script.
  86. See the comments in hints/os390.sh for more information on dynamic loading.
  87. If you build with dynamic loading then you will need to add the
  88. $archlibexp/CORE directory to your LIBPATH environment variable in order
  89. for perl to work. See the config.sh file for the value of $archlibexp.
  90. If in trying to use Perl you see an error message similar to:
  91. CEE3501S The module libperl.dll was not found.
  92. From entry point __dllstaticinit at compile unit offset +00000194 at
  93. then your LIBPATH does not have the location of libperl.x and either
  94. libperl.dll or libperl.so in it. Add that directory to your LIBPATH and
  95. proceed.
  96. =item *
  97. Do not turn on the compiler optimization flag "-O". There is
  98. a bug in either the optimizer or perl that causes perl to
  99. not work correctly when the optimizer is on.
  100. =item *
  101. Some of the configuration files in /etc used by the
  102. networking APIs are either missing or have the wrong
  103. names. In particular, make sure that there's either
  104. an /etc/resolv.conf or an /etc/hosts, so that
  105. gethostbyname() works, and make sure that the file
  106. /etc/proto has been renamed to /etc/protocol (NOT
  107. /etc/protocols, as used by other Unix systems).
  108. You may have to look for things like HOSTNAME and DOMAINORIGIN
  109. in the "//'SYS1.TCPPARMS(TCPDATA)'" PDS member in order to
  110. properly set up your /etc networking files.
  111. =back
  112. =head2 Build, test, install
  113. Simply put:
  114. sh Configure
  115. make
  116. make test
  117. if everything looks ok (see the next section for test/IVP diagnosis) then:
  118. make install
  119. this last step may or may not require UID=0 privileges depending
  120. on how you answered the questions that Configure asked and whether
  121. or not you have write access to the directories you specified.
  122. =head2 build anomalies
  123. "Out of memory!" messages during the build of Perl are most often fixed
  124. by re building the GNU make utility for OS/390 from a source code kit.
  125. Another memory limiting item to check is your MAXASSIZE parameter in your
  126. 'SYS1.PARMLIB(BPXPRMxx)' data set (note too that as of V2R8 address space
  127. limits can be set on a per user ID basis in the USS segment of a RACF
  128. profile). People have reported successful builds of Perl with MAXASSIZE
  129. parameters as small as 503316480 (and it may be possible to build Perl
  130. with a MAXASSIZE smaller than that).
  131. Within USS your /etc/profile or $HOME/.profile may limit your ulimit
  132. settings. Check that the following command returns reasonable values:
  133. ulimit -a
  134. To conserve memory you should have your compiler modules loaded into the
  135. Link Pack Area (LPA/ELPA) rather than in a link list or step lib.
  136. If the c89 compiler complains of syntax errors during the build of the
  137. Socket extension then be sure to fix the syntax error in the system
  138. header /usr/include/sys/socket.h.
  139. =head2 testing anomalies
  140. The `make test` step runs a Perl Verification Procedure, usually before
  141. installation. You might encounter STDERR messages even during a successful
  142. run of `make test`. Here is a guide to some of the more commonly seen
  143. anomalies:
  144. =over 4
  145. =item *
  146. A message of the form:
  147. comp/cpp.............ERROR CBC3191 ./.301989890.c:1 The character $ is not a
  148. valid C source character.
  149. FSUM3065 The COMPILE step ended with return code 12.
  150. FSUM3017 Could not compile .301989890.c. Correct the errors and try again.
  151. ok
  152. indicates that the t/comp/cpp.t test of Perl's -P command line switch has
  153. passed but that the particular invocation of c89 -E in the cpp script does
  154. not suppress the C compiler check of source code validity.
  155. =item *
  156. A message of the form:
  157. io/openpid...........CEE5210S The signal SIGHUP was received.
  158. CEE5210S The signal SIGHUP was received.
  159. CEE5210S The signal SIGHUP was received.
  160. ok
  161. indicates that the t/io/openpid.t test of Perl has passed but done so
  162. with extraneous messages on stderr from CEE.
  163. =item *
  164. A message of the form:
  165. lib/ftmp-security....File::Temp::_gettemp: Parent directory (/tmp/) is not safe
  166. (sticky bit not set when world writable?) at lib/ftmp-security.t line 100
  167. File::Temp::_gettemp: Parent directory (/tmp/) is not safe (sticky bit not
  168. set when world writable?) at lib/ftmp-security.t line 100
  169. ok
  170. indicates a problem with the permissions on your /tmp directory within the HFS.
  171. To correct that problem issue the command:
  172. chmod a+t /tmp
  173. from an account with write access to the directory entry for /tmp.
  174. =back
  175. =head2 installation anomalies
  176. The installman script will try to run on OS/390. There will be fewer errors
  177. if you have a roff utility installed. You can obtain GNU groff from the
  178. Redbook SG24-5944-00 ftp site.
  179. =head2 Usage Hints
  180. When using perl on OS/390 please keep in mind that the EBCDIC and ASCII
  181. character sets are different. See perlebcdic.pod for more on such character
  182. set issues. Perl builtin functions that may behave differently under
  183. EBCDIC are also mentioned in the perlport.pod document.
  184. Open Edition (UNIX System Services) from V2R8 onward does support
  185. #!/path/to/perl script invocation. There is a PTF available from
  186. IBM for V2R7 that will allow shell/kernel support for #!. USS
  187. releases prior to V2R7 did not support the #! means of script invocation.
  188. If you are running V2R6 or earlier then see:
  189. head `whence perldoc`
  190. for an example of how to use the "eval exec" trick to ask the shell to
  191. have Perl run your scripts on those older releases of Unix System Services.
  192. If you are having trouble with square brackets then consider switching your
  193. rlogin or telnet client. Try to avoid older 3270 emulators and ISHELL for
  194. working with Perl on USS.
  195. =head2 Floating point anomalies
  196. There appears to be a bug in the floating point implementation on S/390
  197. systems such that calling int() on the product of a number and a small
  198. magnitude number is not the same as calling int() on the quotient of
  199. that number and a large magnitude number. For example, in the following
  200. Perl code:
  201. my $x = 100000.0;
  202. my $y = int($x * 1e-5) * 1e5; # '0'
  203. my $z = int($x / 1e+5) * 1e5; # '100000'
  204. print "\$y is $y and \$z is $z\n"; # $y is 0 and $z is 100000
  205. Although one would expect the quantities $y and $z to be the same and equal
  206. to 100000 they will differ and instead will be 0 and 100000 respectively.
  207. The problem can be further examined in a roughly equivalent C program:
  208. #include <stdio.h>
  209. #include <math.h>
  210. main()
  211. {
  212. double r1,r2;
  213. double x = 100000.0;
  214. double y = 0.0;
  215. double z = 0.0;
  216. x = 100000.0 * 1e-5;
  217. r1 = modf (x,&y);
  218. x = 100000.0 / 1e+5;
  219. r2 = modf (x,&z);
  220. printf("y is %e and z is %e\n",y*1e5,z*1e5);
  221. /* y is 0.000000e+00 and z is 1.000000e+05 (with c89) */
  222. }
  223. =head2 Modules and Extensions
  224. Pure pure (that is non xs) modules may be installed via the usual:
  225. perl Makefile.PL
  226. make
  227. make test
  228. make install
  229. If you built perl with dynamic loading capability then that would also
  230. be the way to build xs based extensions. However, if you built perl with
  231. the default static linking you can still build xs based extensions for OS/390
  232. but you will need to follow the instructions in ExtUtils::MakeMaker for
  233. building statically linked perl binaries. In the simplest configurations
  234. building a static perl + xs extension boils down to:
  235. perl Makefile.PL
  236. make
  237. make perl
  238. make test
  239. make install
  240. make -f Makefile.aperl inst_perl MAP_TARGET=perl
  241. In most cases people have reported better results with GNU make rather
  242. than the system's /bin/make program, whether for plain modules or for
  243. xs based extensions.
  244. If the make process encounters trouble with either compilation or
  245. linking then try setting the _C89_CCMODE to 1. Assuming sh is your
  246. login shell then run:
  247. export _C89_CCMODE=1
  248. If tcsh is your login shell then use the setenv command.
  249. =head1 AUTHORS
  250. David Fiander and Peter Prymmer with thanks to Dennis Longnecker
  251. and William Raffloer for valuable reports, LPAR and PTF feedback.
  252. Thanks to Mike MacIsaac and Egon Terwedow for SG24-5944-00.
  253. Thanks to Ignasi Roca for pointing out the floating point problems.
  254. Thanks to John Goodyear for dynamic loading help.
  255. =head1 SEE ALSO
  256. L<INSTALL>, L<perlport>, L<perlebcdic>, L<ExtUtils::MakeMaker>.
  257. http://www.mks.com/s390/gnu/index.htm
  258. http://www.redbooks.ibm.com/abstracts/sg245944.html
  259. http://www.s390.ibm.com/products/oe/bpxa1ty1.html#opensrc
  260. http://www.s390.ibm.com/products/oe/portbk/bpxacenv.html
  261. http://www.xray.mpe.mpg.de/mailing-lists/perl-mvs/
  262. =head2 Mailing list
  263. The Perl Institute (http://www.perl.org/) maintains a perl-mvs
  264. mailing list of interest to all folks building and/or
  265. using perl on all EBCDIC platforms (not just OS/390).
  266. To subscribe, send a message of:
  267. subscribe perl-mvs
  268. to [email protected]. See also:
  269. http://lists.perl.org/showlist.cgi?name=perl-mvs
  270. There are web archives of the mailing list at:
  271. http://www.xray.mpe.mpg.de/mailing-lists/perl-mvs/
  272. http://archive.develooper.com/[email protected]/
  273. =head1 HISTORY
  274. This document was originally written by David Fiander for the 5.005
  275. release of Perl.
  276. This document was podified for the 5.005_03 release of Perl 11 March 1999.
  277. Updated 12 November 2000 for the 5.7.1 release of Perl.
  278. Updated 15 January 2001 for the 5.7.1 release of Perl.
  279. Updated 24 January 2001 to mention dynamic loading.
  280. Updated 12 March 2001 to mention //'SYS1.TCPPARMS(TCPDATA)'.
  281. =cut