Moved the newly added faq on "needing gnu tools to build php" from the

installation faq to the more appropriate build faq.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135401 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2003-07-18 19:16:58 +00:00
parent e9f8545468
commit 7cd208d021
2 changed files with 22 additions and 23 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.26 $ -->
<!-- $Revision: 1.27 $ -->
<chapter id="faq.build">
<title>Build Problems</title>
<titleabbrev>Build Problems</titleabbrev>
@ -517,6 +517,26 @@ $ gcc -E test.c >/dev/null
</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>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.23 $ -->
<!-- $Revision: 1.24 $ -->
<chapter id="faq.installation">
<title>Installation</title>
<titleabbrev>Installation</titleabbrev>
@ -477,27 +477,6 @@ cgi error:
</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>