php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15305 Make install fails (shtool:install:Error: invalid number of arguments)
Submitted: 2002-01-30 17:30 UTC Modified: 2002-03-09 14:13 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: ShadowMaster at Shadow-Realm dot org Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.1.1 OS: SuSE Linux 7.3 (i386)
Private report: No CVE-ID: None
 [2002-01-30 17:30 UTC] ShadowMaster at Shadow-Realm dot org
Having configured php4.1.1 using:
'./configure' '--prefix=/usr/share' '--datadir=/usr/share/php' '--bindir=/usr/ bin' '--libdir=/usr/share' '--with-config-file-path=/etc' '--with-exec-dir=/usr/lib/ php/bin' '--with-mysql=/usr' '--with-gd=yes' '--enable-gd-native-ttf' '--enable- gd-imgstrttf' '--with-tiff-dir=/usr' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-ldap=yes' '--with-zlib=yes' '--with-bz2' '--with-gmp' '--with-xml' '--with-dom' '--with-ttf' '--with-mcal=/usr' '--with-sablot' '--with-ftp' '--with-ndbm' '--with-gdbm' '--with-mcrypt' '--with-gettext' '--with-mm' '--with-gd=yes' '--with-qtdom=/usr/lib/qt' '--enable-versioning' '--enable-yp' '--enable-bcmath' '--enable-trans-sid' '--enable-inline-optimization' '--enable-track-vars' '--enable-magic-quotes' '--enable-sockets' '--enable- sysvsem' '--enable-sysvshm' '--enable-shmop' '--enable-calendar' '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' '--enable-ftp' '--enable-wddx' '--enable-filepro' '--enable-dbase' '--enable-ctype' '--disable-debug' '--enable-discard-path' '--enable-sigchild' '--with-openssl' '--with-gd=yes' '--with-apxs=/usr/sbin/apxs' 'i686-suse-linux'

Compiles fine, but issuing:
make install

yields the following error during install:

Installing build environment
Installing program: phpize
shtool:install:Error: invalid number of arguments (exactly 2 expected)
shtool:install:Hint:  run `/home/shadow/php-4.1.1/build/shtool install -h' or `man shtool' for details
Installing program: php-config
shtool:install:Error: invalid number of arguments (exactly 2 expected)
shtool:install:Hint:  run `/home/shadow/php-4.1.1/build/shtool install -h' or `man shtool' for details
Installing program: pear
shtool:install:Error: invalid number of arguments (exactly 2 expected)
shtool:install:Hint:  run `/home/shadow/php-4.1.1/build/shtool install -h' or `man shtool' for details
Installing program: pearize
shtool:install:Error: invalid number of arguments (exactly 2 expected)
shtool:install:Hint:  run `/home/shadow/php-4.1.1/build/shtool install -h' or `man shtool' for details
Installing program: phptar
shtool:install:Error: invalid number of arguments (exactly 2 expected)
shtool:install:Hint:  run `/home/shadow/php-4.1.1/build/shtool install -h' or `man shtool' for details
Installing program: phpextdist
shtool:install:Error: invalid number of arguments (exactly 2 expected)
shtool:install:Hint:  run `/home/shadow/php-4.1.1/build/shtool install -h' or `man shtool' for details
make[2]: *** [install-programs] Error 1
make[2]: Leaving directory `/home/shadow/php-4.1.1/pear'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/shadow/php-4.1.1/pear'
make: *** [install-recursive] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-09 13:33 UTC] sniper@php.net
Does this happen with PHP 4.1.2 and when using plain
./configure (without any options)

--Jani

 [2002-03-09 14:13 UTC] ShadowMaster at Shadow-Realm dot org
Im unable to reverify with no configure options atm, but the problem appears to have been resolved in 4.1.2.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Jun 28 17:01:31 2024 UTC