From:             [EMAIL PROTECTED]
Operating system: LinuxMandrake 7.2 (2.2.17-21mdk)
PHP version:      4.1.2
PHP Bug Type:     Compile Failure
Bug description:  Compiling not possible due to incorrect creation of Makefile

The bug appears when I try to compile PHP 4.1.2 as an apxs dynamic apache
module. First I had a 
#configure --with-mysql --with-gd --enable-fff --with-apxs
which produced an (almost) empty Makefile afterwards. Only 5 lines of path
definitions where in there. This resulted in an error when trying to #make
the project, as it returned:
make: *** No targets. Stop.

I just found the solution! It really is a bug in your configure script,
please fix it as soon as you have time.
I had the PHP sources located in
/mnt/raid/Samba/Linux Programme/php-4.1.2
During the last step (creating files) the configure script tried to access
the path, but did not use a metacharacter space (Linux\ Programme), so it
tried to write in /mnt/raid/Samba/Linux, where of course no files were!
Cool, I got that one :-)

Anyways, if I hadn't found this bug, I'm sure you would have, and I'm sure
you'd have helped me. You people are the ones who make PHP such a great
language. PHP is incredibly awesome, you're doing a fantastic job!
-- 
Edit bug report at http://bugs.php.net/?id=15850&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15850&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15850&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15850&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15850&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15850&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15850&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15850&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15850&r=submittedtwice

Reply via email to