From:             mailings at nysander dot webd dot pl
Operating system: mandrake linux 10.0 community
PHP version:      5CVS-2004-06-07 (dev)
PHP Bug Type:     Unknown/Other Function
Bug description:  apache 2.0.49 all system & software upgrades done

Description:
------------
when i try to compile this version of php i configure it:
./configure  \
--with-apxs2=/usr/local/apache2/bin/apxs \
--disable-cgi \
--prefix=/usr/local/php5/ \
--with-mysql=/usr/bin/mysql \
--with-gd \
--with-jpeg-dir \
--with-png-dir \
--enable-gd-native-ttf \
--with-ttf \
--with-jpg \
--enable-discard-path \
--disable-inline-optimization \
--enable-maintainer-zts=no \
--enable-memory-limit=no \
--enable-zend-multibyte=no \
--enable-safe-mode \
--enable-static \
--enable-sysvsem \
--enable-sysvshm \
--with-config-file-path=/etc/ \
--enable-trans-sid \
--with-exec-dir=/home \
--with-kerberos \
--with-regex=system \
--with-zlib \
--enable-ftp \
--enable-bcmath \
--with-openssl \
--enable-sockets \
--disable-yp \
--enable-magic-quotes \
--with-gettext=/usr \
--enable-shmop \
--enable-wddx \
--disable-debug \
--enable-debugger \
--enable-track-vars \
--with-pear \
--enable-sqlite

this ends fine. next i do make and it crashes with this:

byacc -p zend -v -d /Software/php5-snapshot/Zend/zend_language_parser.y -o
Zend/zend_language_parser.c
usage: byacc [-dlrtv] [-b file_prefix] [-p symbol_prefix] filename
make: *** [Zend/zend_language_parser.c] Error 1
[EMAIL PROTECTED] php5-snapshot]#


-- 
Edit bug report at http://bugs.php.net/?id=28663&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28663&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28663&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28663&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28663&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28663&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28663&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28663&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28663&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28663&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28663&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28663&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28663&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28663&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28663&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28663&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28663&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28663&r=float

Reply via email to