mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
a65b7a3593
commit
42d3dc3c0e
1 changed files with 5 additions and 6 deletions
|
@ -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 >test.c <<X
|
||||
#include <sys/resource.h>
|
||||
|
|
Loading…
Reference in a new issue