]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pulled up AIX bison FAQ
authorAndreas Gustafsson <source@isc.org>
Thu, 22 Feb 2001 20:23:49 +0000 (20:23 +0000)
committerAndreas Gustafsson <source@isc.org>
Thu, 22 Feb 2001 20:23:49 +0000 (20:23 +0000)
FAQ

diff --git a/FAQ b/FAQ
index 186c964450bcb115c4ba07b16f06a1481231b95e..c50d8b56873e56b6482681506318f7711b84f14e 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -114,3 +114,16 @@ Q: I installed BIND 9 and restarted named, but it's still BIND 8.  Why?
 
 A: BIND 9 is installed under /usr/local by default.  BIND 8 is often
 installed under /usr.  Check that the correct named is running.
+
+
+Q: I'm trying to install on AIX and compilation is failing with
+errors like
+
+  "confparser.c", line 8244.1: 1506-343 (S) Redeclaration of
+  token_to_keyword differs from previous declaration on line 348 of
+  "confparser.c".
+
+A: You probably have a buggy version of GNU bison installed on your
+system.  Remove bison it from your path, remove the config.cache file,
+and rerun configure so that it picks up the AIX yacc instead.
+