configuring PHP
checking lex output file root… ./configure: lex: command not found
While configuring PHP (./configure), you come across an error similar to the following: checking lex output file root… ./configure: lex: command not found configure: error: cannot find output from lex; giving up Be sure to read the installation instructions carefully and note that you need both flex and bison installed to compile PHP. Depending on [...]
