ID: 19712
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
-Bug Type: Reproducible crash
+Bug Type: Compile Failure
Operating System: Any
PHP Version: 4.2.1
New Comment:
changing category
Previous Comments:
------------------------------------------------------------------------
[2002-10-02 06:51:25] [EMAIL PROTECTED]
$mkdir "My Directory"
$cd "My Directory"
$touch config.m4
$phpize
usage: cp [-R [-H | -L | -P]] [-f | -i] [-pv] src target
cp [-R [-H | -L | -P]] [-f | -i] [-pv] src1 ... srcN directory
usage: cp [-R [-H | -L | -P]] [-f | -i] [-pv] src target
cp [-R [-H | -L | -P]] [-f | -i] [-pv] src1 ... srcN directory
mv: build/rules_pear.mk: No such file or directory
The problem is here:
(cd $phpdir && cp $FILES_BUILD $builddir/build)
(cd $phpdir && cp $FILES $builddir)
We consider that one should use "${phpdir}" and "${builddir}" to
eliminate the problem.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=19712&edit=1