jimw Thu Feb 28 13:14:33 2002 EDT
Modified files:
/phpdoc/en/faq build.xml
Log:
this is wrong, wrong, wrong. /usr/include/linux should not be a
symlink to kernel sources.
Index: phpdoc/en/faq/build.xml
diff -u phpdoc/en/faq/build.xml:1.13 phpdoc/en/faq/build.xml:1.14
--- phpdoc/en/faq/build.xml:1.13 Thu Feb 28 09:42:53 2002
+++ phpdoc/en/faq/build.xml Thu Feb 28 13:14:31 2002
@@ -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 @@
</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 >test.c <<X
#include <sys/resource.h>