php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8696 make doesn't make, stuck on file location
Submitted: 2001-01-14 04:38 UTC Modified: 2001-03-16 20:45 UTC
From: grant dot zobell at kellis dot ca Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: rh6.2
Private report: No CVE-ID: None
 [2001-01-14 04:38 UTC] grant dot zobell at kellis dot ca
Piss, I hit a link on this page and when I came back  my message that I had been working on was gone.  So here's the scaled back version.

I am trying to compile the "apache module"

I use brand new stuff as of today, php and apache, and mysql
I ./configure in my apache.  Fine
I ./configure in my php with-apache with-mysql enable-track-vars.  That's fine.

I make and I get what you see between the stars

************************************************
[root@mail php]# make
Making all in Zend
make[1]: Entering directory `/usr/src/php/Zend'
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
/main   -DXML_BYTE_ORDER=12  -g -O2 -c zend_language_scanner.c
In file included from /usr/include/errno.h:36,
                 from zend_language_scanner.c:2619:
/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
In file included from /usr/include/bits/posix1_lim.h:126,
                 from /usr/include/limits.h:30,
                 from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/inclu
de/limits.h:117,
                 from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/inclu
de/syslimits.h:7,
                 from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/inclu
de/limits.h:11,
                 from zend_language_scanner.c:2620:
/usr/include/bits/local_lim.h:27: linux/limits.h: No such file or directory
make[1]: *** [zend_language_scanner.lo] Error 1
make[1]: Leaving directory `/usr/src/php/Zend'
make: *** [all-recursive] Error 1
[root@mail php]#
*********************************************************

I've hacked some of the files to get by the first error, but then I just run into another.  Mostly files looking for other files in the wrong places.

Grant

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 22:01:31 2024 UTC