php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3029 Compile failure on in PHP4 beta3 libzend/zend-parse.c
Submitted: 1999-12-22 17:46 UTC Modified: 1999-12-28 21:28 UTC
From: jasonp019 at yahoo dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.12 OS: RedHat 6.0
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jasonp019 at yahoo dot com
New email:
PHP Version: OS:

 

 [1999-12-22 17:46 UTC] jasonp019 at yahoo dot com
Configure String
=============
./configure --enable-thread-safety --with-yp --enable-track-vars --enable-trans-sid --with-apxs=/usr/local/apache/bin/apxs

Make Command Line
=================
make
make  all-recursive
make[1]: Entering directory `/exports/staff1/pfeil/php-4.0b3'
Making all in libzend
make[2]: Entering directory `/exports/staff1/pfeil/php-4.0b3/libzend'
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/exports/staff1/pfeil/php-4.0b3/./libzend -I.   -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I../TSRM  -g -O2 -g -c -o zend-parser.lo zend-parser.c
/usr/lib/bison.simple:153: conflicting types for `zendparse'
zend_globals_macros.h:39: 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[2]: *** [zend-parser.lo] Error 1
make[2]: Leaving directory `/exports/staff1/pfeil/php-4.0b3/libzend'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/exports/staff1/pfeil/php-4.0b3'
make: *** [all-recursive-am] Error 2

I have bison-1.28-1.i386.rpm installed.  Anyone have any ideas?

Thanks!

--Jason

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-12-28 21:28 UTC] sas at cvs dot php dot net
Remove --enable-thread-safety
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 29 03:00:01 2026 UTC