You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@hyperreal.org on 1998/12/14 15:02:23 UTC

cvs commit: apache-1.3/src BUILD.NOTES

stoddard    98/12/14 06:02:23

  Modified:    src      BUILD.NOTES
  Log:
  Add pointer to PTFs to fix AIX xlC compiler problem.
  Submitted by: Shane Owenby
  Reviewed by: Bill Stoddard
  
  Revision  Changes    Path
  1.3       +8 -4      apache-1.3/src/BUILD.NOTES
  
  Index: BUILD.NOTES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/BUILD.NOTES,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BUILD.NOTES	1998/10/20 21:48:54	1.2
  +++ BUILD.NOTES	1998/12/14 14:02:22	1.3
  @@ -25,9 +25,13 @@
     3.6.X and you receive an error such as:
   
       "Expected </Directory> but saw </Directory>"
  +  or
  +    "Expected </Files> but saw </Files>"
   
  -  then you have a encountered a bug in xlC.  This is a problem with the
  +  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 patch for this version is to be provided by IBM in the coming days.
  -  (Oct 98)  When this patch is made available the URL will be provided here.
  -  For a precompiled build please check: <http://www.apache.org/dist/binaries/>
  +  A set of PTF's which correct the problem are available from:
  +  http://service.software.ibm.com/support/rs6000
  +  The PTF's are:  U462005, U462006, U462007, and U462023 through
  +  U462030.  The PTF's have been tested and do indeed fix the problem.
  +