Re: [PHP-DEV] weirdness on make install From: Jani Taskinen (sniper <email protected>)
Date: 08/15/01

I fixed something like this yesterday. Could you try
the CVS snapshot?

--Jani

On Wed, 15 Aug 2001, Colin Viebrock wrote:

>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>