philip Fri Nov 15 04:49:56 2002 EDT Modified files: /phpdoc/en/faq build.xml Log: Adding entry for lex problems. Closes bug #15980 Index: phpdoc/en/faq/build.xml diff -u phpdoc/en/faq/build.xml:1.19 phpdoc/en/faq/build.xml:1.20 --- phpdoc/en/faq/build.xml:1.19 Thu Oct 24 20:15:09 2002 +++ phpdoc/en/faq/build.xml Fri Nov 15 04:49:56 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.19 $ --> +<!-- $Revision: 1.20 $ --> <chapter id="faq.build"> <title>Build Problems</title> <titleabbrev>Build Problems</titleabbrev> @@ -46,6 +46,29 @@ top-level of your Apache source tree. This means that you want to specify <literal>--with-apache=/path/to/apache</literal> and <emphasis>not</emphasis> <literal>--with-apache=/path/to/apache/src</literal>. + </para> + </answer> + </qandaentry> + + <qandaentry id="faq.build.lex"> + <question> + <para> + While configuring PHP (<literal>./configure</literal>), you come across + an error similar to the following: + </para> + <para> + <screen> + checking lex output file root... ./configure: lex: command not found + configure: error: cannot find output from lex; giving up + </screen> + </para> + </question> + <answer> + <para> + Be sure to read the <link linkend="install.unix">installation</link> + instructions carefully and note that you need both flex and bison + installed to compile PHP. Depending on your setup you will install + bison and flex from either source or a package, such as a RPM. </para> </answer> </qandaentry>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php