php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4584 Won't compile with Servlet support
Submitted: 2000-05-24 20:47 UTC Modified: 2000-06-02 12:01 UTC
From: ChrisL at Reality dot co dot uk Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.0 Release OS: RedHat Linux 6.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ChrisL at Reality dot co dot uk
New email:
PHP Version: OS:

 

 [2000-05-24 20:47 UTC] ChrisL at Reality dot co dot uk
Servlet support compiled on RC1 and 2, but stopped with the release.  Bare bones configure:

./configure --with-servlet=/usr/local/java/jakarta/tomcat/classes/ --with-java=/usr/java/jdk1.2.2/

proceeded by make produces:

Making all in Zend
make[1]: Entering directory `/usr/local/src/php-4.0.0/Zend'
/bin/sh ../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I..   -D_REENTRANT -DXML_BYTE_ORDER=12 -I../TSRM -DTHREAD=1  -pthread -c zend-scanner-cc.cc
/bin/sh ../libtool --silent --mode=link c++  -pthread  -o libZend_cc.la   zend-scanner-cc.lo  
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..   -D_REENTRANT -DXML_BYTE_ORDER=12 -I../TSRM -DTHREAD=1  -g -O2 -pthread  -Wall -c zend-parser.c
/usr/lib/bison.simple:153: conflicting types for `zendparse'
zend_globals_macros.h:37: previous declaration of `zendparse'
/usr/lib/bison.simple: In function `zendparse':
/usr/lib/bison.simple:219: number of arguments doesn't match prototype
/usr/lib/bison.simple:153: prototype declaration
make[1]: *** [zend-parser.lo] Error 1
make[1]: Leaving directory `/usr/local/src/php-4.0.0/Zend'
make: *** [all-recursive] Error 1

Stats:
RedHat 6.2 with Apache 1.3.12 compiled from source
Tomcat 3.1 compiled from source
Blackdown JDK 1.2.2 RC3

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-02 12:01 UTC] ChrisL at Reality dot co dot uk
Need to remove zend-parser.c and recompile
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 29 10:01:32 2024 UTC