php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18220 Thanks for your reply
Submitted: 2002-07-08 05:37 UTC Modified: 2002-07-08 21:46 UTC
From: long78 at intersystek dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.2.1 OS: redhat linux 7.2
Private report: No CVE-ID: None
 [2002-07-08 05:37 UTC] long78 at intersystek dot com
./configure --with-mysql=/usr/local/mysql --with-apxs=/etc/httpd2.0/bin/apxs --enable-track-vars 
.....
make
......

error massages:

sapi_apache.c: In function `apache_php_module_main':
sapi_apache.c:81: `NOT_FOUND' undeclared (first use in this function)
sapi_apache.c:81: (Each undeclared identifier is reported only once
sapi_apache.c:81: for each function it appears in.)
make[3]: *** [sapi_apache.lo] Error 1
make[3]: Leaving directory `/home/longlwh/php-4.1.2/sapi/apache'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/longlwh/php-4.1.2/sapi/apache'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/longlwh/php-4.1.2/sapi'
make: *** [all-recursive] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-08 05:38 UTC] derick@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


Also, get the latest CVS version of Apache 2 (2.0.40) and PHP.

Derick
 [2002-07-08 05:41 UTC] jan@php.net
and also try the --with-apxs2 option when compiling for apache2.
 [2002-07-08 06:02 UTC] long78 at intersystek dot com
this is the infomation of my server:

mysql4.0.1---run ok!

httpd-2.0.39(./configure --prefix=/etc/httpd2.0 --enable-so --enable-cgi --enable-speling --enable-rewrite --enable-rule=SHARED_CORE --enable-shared=max --enable-module=so)--run ok!

resin(./configure --with-apxs=/etc/httpd2.0/bin/apxs)--run ok with apache2.0

php is the last software I want to install

thanks
 [2002-07-08 06:07 UTC] long78 at intersystek dot com
i use ./configure --with-mysql=/usr/local/mysql
--with-apxs2=/etc/httpd2.0/bin/apxs --enable-track-vars when compiling for apache2.
 [2002-07-08 21:46 UTC] sniper@php.net
To get the somewhat working apache2+php you need to get both
from CVS. If you want stable and working apache+php, use
Apache 1.3.26 and PHP 4.2.1 for now.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 07:01:28 2024 UTC