Date: 08/15/01
- Next message: Jani Taskinen: "Re: [PHP-DEV] weirdness on make install"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] SAPI_API glitch"
- Next in thread: Jani Taskinen: "Re: [PHP-DEV] weirdness on make install"
- Reply: Jani Taskinen: "Re: [PHP-DEV] weirdness on make install"
- Reply: Colin Viebrock: "[PHP-DEV] Re: weirdness on make install"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This is with using the 4.0.6 release tarball. config and make work fine,
but
make install fails with a weird message I've never seen before:
Making install in pear
make[1]: Entering directory `/home/cmv/sources/php-4.0.6/pear'
make[2]: Entering directory `/home/cmv/sources/php-4.0.6/pear'
shtool:mkdir:Error: invalid number of arguments (at least 1 expected)
shtool:mkdir:Hint: run `/home/cmv/sources/php-4.0.6/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[2]: *** [install-data-local] Error 5
make[2]: Leaving directory `/home/cmv/sources/php-4.0.6/pear'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/cmv/sources/php-4.0.6/pear'
make: *** [install-recursive] Error 1
Yes, I am root when doing this. Configure line is:
./configure \
--with-apxs=/usr/local/apache/bin/apxs \
--enable-versioning \
--with-mysql=/usr/local/mysql \
--enable-sysvshm \
--enable-sysvsem \
--disable-debug \
--enable-track-vars \
--disable-magic-quotes \
--with-ttf \
--with-pear=/pear \
--with-config-file-path=/usr/local/php
Now, this machine already has Apache with PHP3 compiled as a DSO. I'm just
following the instructions in the manual about getting both working as DSOs.
Ideas?
- Colin
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Jani Taskinen: "Re: [PHP-DEV] weirdness on make install"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] SAPI_API glitch"
- Next in thread: Jani Taskinen: "Re: [PHP-DEV] weirdness on make install"
- Reply: Jani Taskinen: "Re: [PHP-DEV] weirdness on make install"
- Reply: Colin Viebrock: "[PHP-DEV] Re: weirdness on make install"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

