cvs: php4 / README.Zeus

[email protected] ("Ben Mansell") Tue, 30 May 2000 17:34:34 -0000
Newsgroups php.version4
Message-ID <cvsjoosters959708074@cvsserver>
joosters		Tue May 30 10:34:34 2000 EDT

  Modified files:
    /php4	README.Zeus 
  Log:
  Updated help section with some more compile problems & solutions
  
  
Index: php4/README.Zeus
diff -u php4/README.Zeus:1.2 php4/README.Zeus:1.3
--- php4/README.Zeus:1.2	Tue May  2 01:25:24 2000
+++ php4/README.Zeus	Tue May 30 10:34:34 2000
@@ -51,9 +51,21 @@
 Troubleshooting
 ---------------
 
+*) Why does the compile fail at Zend/zend-scanner-cc.cc
+                             or Zend/zend-parser.c ?
+
+These source files are auto-generated from the corresponding .y files.
+The default distribution of PHP contains pre-generated versions of these
+files that have caused problems for some people. The simplest solution is
+to delete the files. They will then be rebuilt correctly. You must have the
+following GNU tools to do this:
+
+       bison  1.28 or later
+       flex  2.5.4 or later
+
 *) Why does my PHP library fail to load?
 
-After configuring Zeus, if you get a '502 Bad Gatway' error when
+After configuring Zeus, if you get a '502 Bad Gateway' error when
 accessing a PHP page, there are problems loading the PHP
 library. Check the error log ($ZEUSHOME/web/log/errors) for errors.