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
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: gking at c-com dot net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 01:01:30 2024 UTC