php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7891 make fails
Submitted: 2000-11-20 09:14 UTC Modified: 2000-11-20 09:31 UTC
From: bjoern at baer dot main dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (20/11/2000) OS: SuSE 6.2, Linux kernel 2.2.14
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: bjoern at baer dot main dot de
New email:
PHP Version: OS:

 

 [2000-11-20 09:14 UTC] bjoern at baer dot main dot de
After configuring PHP, make throws the following
failures:

/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..   -DEAPI -DXML_BYTE_ORDER=12  -g -O2 -c zend_ini_parser.c
/usr/share/bison.simple:157: conflicting types for `ini_parse'
./zend_ini_parser.y:51: previous declaration of `ini_parse'
/usr/share/bison.simple: In function `ini_parse':
/usr/share/bison.simple:219: number of arguments doesn't match prototype
/usr/share/bison.simple:157: prototype declaration
make[1]: *** [zend_ini_parser.lo] Error 1
make[1]: Leaving directory `/usr/local/src/php4/Zend'
make: *** [all-recursive] Error 1
                                                                    

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-20 09:31 UTC] hholzgra@php.net
configure should have warned you ...

the 6.x versions of SuSE came with bison 1.25,
but latest Zend versions require bison 1.28

update to SuSE 7.0 or build and install a 
recent bison, sources are available at www.fsf.org
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sun Jun 28 12:00:02 2026 UTC