]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Make it more clear that the error occurs at run-time, not
authorKen Coar <coar@apache.org>
Mon, 12 Mar 2001 18:03:34 +0000 (18:03 +0000)
committerKen Coar <coar@apache.org>
Mon, 12 Mar 2001 18:03:34 +0000 (18:03 +0000)
compile-time.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88502 13f79535-47bb-0310-9956-ffa450edef68

src/BUILD.NOTES

index 5a8dd62cc08d0fd05bf91638abfe6c8c109fff34..5eee75e8d6a19108d0a044cc7705bb2ebbe8584d 100644 (file)
@@ -21,8 +21,9 @@ A/UX:
 -----
 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 </Directory> but saw </Directory>"
   or
@@ -30,8 +31,9 @@ AIX:
 
   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.