/bin/sh: line 1: /home/jan/software/php43/: is a directory
make: *** [test] Fehler 126
This is how the Makefile part looks like:
test: $(SAPI_CLI_PATH)
@TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH)
TEST_PHP_SRCDIR=$(top_srcdir)
CC="$(CC)"
$(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir='
-d 'safe_mode=0' -d 'output_buffering=0' $(top_srcdir)/run-tests.php
$(TESTS)
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
Works fine here, get a fresh checkout.
--Jani
/bin/sh: line 1: /home/jan/software/php43/: is a directory
make: *** [test] Fehler 126This is how the Makefile part looks like:
test: $(SAPI_CLI_PATH)
@TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH)
TEST_PHP_SRCDIR=$(top_srcdir)
CC="$(CC)"
$(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir='
-d 'safe_mode=0' -d 'output_buffering=0' $(top_srcdir)/run-tests.php
$(TESTS)Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
Zitat von Jani Taskinen sniper@iki.fi:
Works fine here, get a fresh checkout.
Doh! You shouldn't try to run the tester if you compiled --without-cli. ;-)
--Jani/bin/sh: line 1: /home/jan/software/php43/: is a directory
make: *** [test] Fehler 126This is how the Makefile part looks like:
test: $(SAPI_CLI_PATH)
@TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH)
TEST_PHP_SRCDIR=$(top_srcdir)
CC="$(CC)"
$(top_builddir)/$(SAPI_CLI_PATH) -d
'open_basedir='
-d 'safe_mode=0' -d 'output_buffering=0' $(top_srcdir)/run-tests.php
$(TESTS)
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft