php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4563 php doesn't compile with-zeus
Submitted: 2000-05-23 16:29 UTC Modified: 2000-07-15 01:04 UTC
From: tim at timmy dot org Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.0 Release OS: Solaris/Sparc
Private report: No CVE-ID: None
 [2000-05-23 16:29 UTC] tim at timmy dot org
Well when I do:
./configure --without-mysql --with-sybase-ct=/usr/local/sybase/OCS-12_0 --with-ndbm --with-sysvshm --disable-debug --enable-libgcc --with-zeus=/usr/local/zeus

I get this when I make:

Making all in Zend
make[1]: Entering directory `/usr/local/src/php-4.0.0/Zend'
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..   -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DXML_BYTE_ORDER=21 -I../TSRM  -g -O2 -pthreads -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

but if I do the configure without --with-zeus, it works just fine.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-27 20:46 UTC] joey at cvs dot php dot net
Can you try the solution in
http://bugs.php.net/bugs.php?id=4622?
 [2000-07-15 01:04 UTC] jah at cvs dot php dot net
PHP 4.0.1 was released with a parser created by bison 1.28 and compiles
cleanly --with-zeus. (Actually tested on Linux only, re-open if the problem
doesn't disappear after downloading and compiling a newer version of PHP.)
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Fri Jun 26 13:00:01 2026 UTC