this is wrong, wrong, wrong. /usr/include/linux should not be a

symlink to kernel sources.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@71402 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2002-02-28 18:14:31 +00:00
parent a65b7a3593
commit 42d3dc3c0e

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.13 $ -->
<!-- $Revision: 1.14 $ -->
<chapter id="faq.build">
<title>Build Problems</title>
<titleabbrev>Build Problems</titleabbrev>
@ -356,11 +356,10 @@ my $CFG_LIBEXECDIR = '/usr/lib/apache'; # substituted via APACI install
</programlisting>
</para>
<para>
Your system is broken. You need to fix your /usr/include files either
by making sure your /usr/include/linux symlink is pointing to the
right place in your kernel sources or by installing a glibc-devel
package that matches your glibc. This has absolutely nothing
to do with PHP. To prove this to yourself, try this simple test:
Your system is broken. You need to fix your /usr/include files by
installing a glibc-devel package that matches your glibc. This has
absolutely nothing to do with PHP. To prove this to yourself, try this
simple test:
<programlisting>
$ cat &gt;test.c &lt;&lt;X
#include &lt;sys/resource.h&gt;