philip Fri Jul 18 15:07:55 2003 EDT Modified files: /phpdoc/en/faq installation.xml Log: Added faq about the requirement of GNU tools for compiling PHP. This documents (and closes) bug #21774 This also helps document the bug db quickfix labeled "install gnu sed". Index: phpdoc/en/faq/installation.xml diff -u phpdoc/en/faq/installation.xml:1.22 phpdoc/en/faq/installation.xml:1.23 --- phpdoc/en/faq/installation.xml:1.22 Fri May 30 15:16:03 2003 +++ phpdoc/en/faq/installation.xml Fri Jul 18 15:07:55 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.22 $ --> +<!-- $Revision: 1.23 $ --> <chapter id="faq.installation"> <title>Installation</title> <titleabbrev>Installation</titleabbrev> @@ -477,7 +477,27 @@ </para> </answer> </qandaentry> - + + <qandaentry id="faq.installation.needgnu"> + <question> + <para> + When compiling PHP I seemingly get random errors, like it hangs. + I'm using Solaris if that matters. + </para> + </question> + <answer> + <para> + Using non-GNU utilities while compiling PHP may cause problems. Be + sure to use GNU tools in order to be certain that compiling PHP will + work. For example, on Solaris, using either the SunOS BSD-compatible + or Solaris versions of <literal>sed</literal> will not work, but using + the GNU or Sun POSIX (xpg4) versions of <literal>sed</literal> will + work. Links: <ulink url="&url.sed;">GNU sed</ulink>, + <ulink url="&url.flex;">GNU flex</ulink>, and + <ulink url="&url.bison;">GNU bison</ulink>. + </para> + </answer> + </qandaentry> </qandaset> </chapter>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php