php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10035 In function `apache_php_module_main': `NOT_FOUND' undeclared
Submitted: 2001-03-28 10:21 UTC Modified: 2001-03-28 12:23 UTC
From: vincent dot katz at laposte dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.4pl1 OS: Linux-2.2.14
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: vincent dot katz at laposte dot net
New email:
PHP Version: OS:

 

 [2001-03-28 10:21 UTC] vincent dot katz at laposte dot net
./configure --with-apxs ; make
...
Making all in apache
make[2]: Entering directory `/root/php-4.0.4pl1/sapi/apache'
make[3]: Entering directory `/root/php-4.0.4pl1/sapi/apache'
/bin/sh /root/php-4.0.4pl1/libtool --silent --mode=compile gcc  -I. -I/root/php-4.0.4pl1/sapi/apache -I/root/php-4.0.4pl1/main -I/root/php-4.0.4pl1 -I/usr/local/include -I/root/php-4.0.4pl1/Zend -I/root/php-4.0.4pl1/ext/mysql/libmysql -I/root/php-4.0.4pl1/ext/xml/expat/xmltok -I/root/php-4.0.4pl1/ext/xml/expat/xmlparse -I/root/php-4.0.4pl1/TSRM  -DLINUX=2 -DXML_BYTE_ORDER=21 -g -O2  -c sapi_apache.c
sapi_apache.c: In function `apache_php_module_main':
sapi_apache.c:80: `NOT_FOUND' undeclared (first use in this function)
sapi_apache.c:80: (Each undeclared identifier is reported only once
sapi_apache.c:80: for each function it appears in.)
make[3]: *** [sapi_apache.lo] Error 1
make[3]: Leaving directory `/root/php-4.0.4pl1/sapi/apache'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/php-4.0.4pl1/sapi/apache'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/php-4.0.4pl1/sapi'
make: *** [all-recursive] Error 1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-28 11:49 UTC] sniper@php.net
Which version of Apache are you using? If you have Apache2
then you should use --with-apxs2 instead.

--Jani

 [2001-03-28 12:18 UTC] vincent dot katz at laposte dot net
yes i have apache2.
thx but i have tested --with-apxs2, and an other problem comes; i have post it 

 [2001-03-28 12:23 UTC] sniper@php.net
Update that #10037 report.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 02:01:29 2024 UTC