Hello Sascha,
the build is failing with the following message when compiling
--without-pear:
installing shared modules into
/usr/local/lib/php/extensions/debug-zts-20010901
shtool:mkdir:Error: invalid number of arguments (at least 1 expected)
shtool:mkdir:Hint: run `/dat/dev/php/php-4.3.0dev/build/shtool mkdir -h'
or `man shtool' for details
+----------------------------------------------------------------------+
| The installation process is incomplete. The following resources were |
| not installed: |
| |
| Self-contained Extension Support |
| PEAR: PHP Extension and Add-on Repository |
| |
| To install these components, become the superuser and execute: |
| |
| # make install-su |
+----------------------------------------------------------------------+
make: *** [install-data-local] Error 5
I checked the Makefile and found that the problem lies here: (line 276).
install-data-local:
@if $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); then \
it seems that $(INSTALL_ROOT)$(peardir) is empty for some reason.
regards,
Derick
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php