I'm trying to install PHP 4.3.1 on linux. After I enter
./configure
I get the following error messages.
...
...
checking for flex... lex
checking for yywrap in -ll... no
checking lex output file root... ./configure: line 2482: lex: command not found
configure: error: cannot find output from lex; giving up
Wht is flex or lex? How do I find it? I did a search for flex on my linux partition but found nothing. Is it something I need to include in my PATH?