php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12294 Compile fails with error almost immediatley.
Submitted: 2001-07-20 21:18 UTC Modified: 2001-08-18 01:23 UTC
From: joe at nowalls dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0CVS-2001-07-20 OS: OpenBSD 2.9
Private report: No CVE-ID: None
 [2001-07-20 21:18 UTC] joe at nowalls dot com
When doing a fresh compile with the following options under OpenBSD 2.9:

./configure  --with-mysql --with-apache=../apache_1.3.20 --enable-track-vars --enable-ftp --enable-sockets --with-mcrypt

Configure script finished fine.

gatekeeper# make
Making all in Zend
yacc -p zend -v -d ./zend_language_parser.y -o zend_language_parser.c
usage: yacc [-dlrtv] [-b file_prefix] [-o outputfile] [-p symbol_prefix] filename
*** Error code 1

Stop in /home/src/php4/Zend (line 376 of Makefile).
*** Error code 1

Stop in /home/src/php4 (line 37 of /home/src/php4/build/rules.mk).
gatekeeper#

Looks like the method of calling yacc is incorrect... but I dont know where to correct it.. 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-18 01:23 UTC] avsm@php.net
You need bison and flex to regenerate the parsers;
yacc will not work.

If you are using the version of php4 from ports, this
dependency does not exist, since the parsers are included
in the distribution.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 19:01:29 2024 UTC