|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-06-19 19:07 UTC] sniper@php.net
[2002-06-20 11:06 UTC] jeroen at vogelpoel dot dot dot com
[2002-06-20 11:29 UTC] mfischer@php.net
[2002-06-20 17:18 UTC] jeroen at vogelpoel dot dot dot com
[2002-06-20 18:55 UTC] sniper@php.net
[2002-06-25 18:41 UTC] gary dot evans at ubizen dot com
[2003-12-20 04:33 UTC] Georgie_Kurien at usswi dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 21 01:00:01 2025 UTC |
Okay, so here's what happened: I downloaded the latest CVS snapshot for use with Apache 2.0.39, which I configured with the following set of options to be compiled: './configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-magic -quotes' '--with-mysql=/usr/local/etc/mysql-3.23.49a-pc-linux-gnu-i686/' '--with-pear' '--enable-versioning' '--enable-exif' '--with-gd=/root/downloads/etc/gd -1.8.4' '--with-jpeg-dir=/root/downloads/etc/jpeg-6b' '--with-png-dir=/root/downloads/etc/libpng-1.2.2' '--with-zlib-dir=/root/downloads/etc/zlib-1.1.4' It configured fine and I expected it to operate normally like it did before with Apache 2.0.35 and PHP 4.2.1, however, after allot of compiling it messed up at zend_language_parser.c, giving me the following error. byacc -p zend -v -d /root/downloads/etc/php4-200206191200/Zend/zend_language_parser.y -o Zend/zend_language_parser.c usage: yacc [-dlrtv] [-b file_prefix] [-o output_filename] [-p symbol_prefix] filename make: *** [Zend/zend_language_parser.c] Error 1