php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #267 Apache-FP parse error
Submitted: 1998-04-12 21:54 UTC Modified: 1998-07-02 12:27 UTC
From: gking at c-com dot net Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0 Release Candidate 3 OS: FreeBSD 2.2.2
Private report: No CVE-ID: None
 [1998-04-12 21:54 UTC] gking at c-com dot net
Get the FreeBSD apache-fp port located at:

http://www.westbend.net/~hetzels/apache-fp/

Then configure php using:

./configure --with-apache=/usr/local/Web

It spits this out:

# make
gcc -O2   -I. -I.   -I/usr/local/Web/src -g -Wall   -c language-parser.tab.c
In file included from /usr/local/Web/src/httpd.h:59,
                 from parser.h:167,
                 from language-parser.y:51:
/usr/local/Web/src/conf.h:407: warning: `HAVE_SNPRINTF' redefined
config.h:259: warning: this is the location of the previous definition
In file included from language-parser.y:51:
parser.h:191: parse error
*** Error code 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-07-02 12:27 UTC] ssb
This problem is solved by the new configuration interface
in Apache 1.3.0.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 22:01:28 2024 UTC