]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove the yacc/bison on AIX question.
authorBrian Wellington <source@isc.org>
Tue, 10 Apr 2001 21:51:15 +0000 (21:51 +0000)
committerBrian Wellington <source@isc.org>
Tue, 10 Apr 2001 21:51:15 +0000 (21:51 +0000)
FAQ

diff --git a/FAQ b/FAQ
index 771bd4a9e1093c22490ec000cdb40c0291ffa703..42f7759e50ee8f306b8969aa06ef8ea574a042d3 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -116,18 +116,6 @@ 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.
-
-
 Q: I'm trying to use TSIG to authenticate dynamic updates or zone
 transfers.  I'm sure I have the keys set up correctly, but the server
 is rejecting the TSIG.  Why?