From:             [EMAIL PROTECTED]
Operating system: Solaris 2.8
PHP version:      4.3.0
PHP Bug Type:     Compile Failure
Bug description:  re2c: command not found

After configuring a fresh download of PHP 4.3.0, I attempted to compile
with the following configure line:

./configure --with-apxs=/opt/apache1327/bin/apxs --with-mysql

Configure complted successfully, and make halted partway through with the
following message:

re2c -b php-4.3.0/ext/standard/var_unserializer.re >
php-4.3.0/ext/standard/var_unserializer.c
/bin/sh: re2c: not found
make: *** [php-4.3.0/ext/standard/var_unserializer.c] Error 1

I expected that if configure completed successfully, my system had
everything it needed to build.
Is re2c a required build tool?  If so why didn't configure complain?
-- 
Edit bug report at http://bugs.php.net/?id=21552&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21552&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21552&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21552&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21552&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21552&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21552&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21552&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21552&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21552&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21552&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21552&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21552&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21552&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21552&r=gnused

Reply via email to