From: [EMAIL PROTECTED] Operating system: Mandrake 8.0 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: zend_language_scanner.c :2819 Intenal Error
(1) On Mandrake 8.0, I have mysql installed and apache installed. I run the following command in the php source directory /var/tmp/php-4.0.6: (2) Run configure ./configure --with-mysql --with--apxs=/opt/apache_1_3_22/bin/apxs (3) Run make Makefile is generated successfully so I type 'make' (4) Get error I get the following: make[1]: Entering directory `/var/tmp/php-4.0.6/Zend' /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main -DLINUX=22 -DUSE_HSREGEX -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -c zend_l anguage_scanner.c zend_language_scanner.c: In function `shutdown_scanner': zend_language_scanner.c:2819: Internal error: Segmentation fault. Please submit a full bug report. See <URL:https://qa.mandrakesoft.com/> for instructions. make[1]: *** [zend_language_scanner.lo] Error 1 make[1]: Leaving directory `/var/tmp/php-4.0.6/Zend' make: *** [all-recursive] Error 1 (5) Note, I tried using PHP 4.1.0 as well and received the same error. -- Edit bug report at http://bugs.php.net/?id=15742&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=15742&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=15742&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=15742&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=15742&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=15742&r=support Expected behavior: http://bugs.php.net/fix.php?id=15742&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=15742&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=15742&r=submittedtwice
