php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #269 Requirement for flex/bison on Unix not doc'd
Submitted: 1998-04-13 07:17 UTC Modified: 1998-05-01 14:25 UTC
From: david at uws dot edu dot au Assigned:
Status: Closed Package: Documentation problem
PHP Version: 3.0 Release Candidate 3 OS: Solaris 2.5.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: david at uws dot edu dot au
New email:
PHP Version: OS:

 

 [1998-04-13 07:17 UTC] david at uws dot edu dot au
For WinNT/Win95 the requirement for flex/bison is mentioned
in the FAQ;  however, for "installing from unix source" there
is no mention that if you run "make clean" or "make distclean"
you'll need flex/bison in order to rebuild the parser
(because it's deleted as part of the "clean" operation and
the Makefile is hardcoded for flex/bison, even though
"configure" didn't find either tool).

Alternatively, you could just reinstall the original source
and start all over from scratch...  :-(

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-05-01 14:25 UTC] jim
In the latest CVS "make clean" no longer removes the
bison/flex generated files, and the configure script
only prints a warning when bison/flex isn't found.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jun 03 00:01:26 2025 UTC