coar 01/03/12 10:03:34 Modified: src BUILD.NOTES Log: Make it more clear that the error occurs at run-time, not compile-time. Revision Changes Path 1.5 +7 -5 apache-1.3/src/BUILD.NOTES Index: BUILD.NOTES =================================================================== RCS file: /home/cvs/apache-1.3/src/BUILD.NOTES,v retrieving revision 1.4 retrieving revision 1.5 diff -u -u -r1.4 -r1.5 --- BUILD.NOTES 2001/03/12 10:23:34 1.4 +++ BUILD.NOTES 2001/03/12 18:03:34 1.5 @@ -21,8 +21,9 @@ ----- AIX: ----- - If compiling Apache on AIX (any version) using the xlC compiler version - 3.6.X and you receive an error such as: + If you compiled Apache on AIX (any version) using the xlC compiler + version 3.6.X and you receive an error such as the following when + trying to start Apache: "Expected but saw " or @@ -30,8 +31,9 @@ then you have encountered a bug in xlC. This is a problem with the 3.6.X versions of xlC, and is not a problem with the Apache code. - A set of PTF's which correct the problem are available from: + You need to update your xlC compiler and rebuild the server. A + set of PTFs which correct the problem is available from: http://techsupport.services.ibm.com/rs6k/fixdb.html - The PTF's are: U462005, U462006, U462007, and U462023 through - U462030. The PTF's have been tested and do indeed fix the problem. + The PTFs are: U462005, U462006, U462007, and U462023 through + U462030. The PTFs have been tested and do indeed fix the problem.