php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34090 CVS HEAD build failes
Submitted: 2005-08-12 06:03 UTC Modified: 2005-08-12 10:12 UTC
From: bjori@php.net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5CVS-2005-08-12 (dev) OS: FreeBSD 5.3-RELEASE
Private report: No CVE-ID: None
 [2005-08-12 06:03 UTC] bjori@php.net
Description:
------------
$ cvs -d :pserver:cvsread@cvs.php.net:/repository checkout php-src
$ cd php-src/
$ ./buildconf --force
$ ./configure --with-zend-vm=GOTO --enable-debug --with-apxs2=/usr/local/sbin/apxs --prefix=/usr/home/dev
$ make


Actual result:
--------------
-b /usr/home/dev/php-src/ext/standard/var_unserializer.re > /usr/home/dev/php-src/ext/standard/var_unserializer.c
-b: not found
*** Error code 127


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-08-12 10:12 UTC] sniper@php.net
You're missing tools you need to have to be able to build from CVS. These files are pre-generated for e.g. snapshots, use those. (or get re2c 0.9.8)


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 21 10:00:02 2025 UTC