ID: 15305 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback -Bug Type: *Compile Issues +Bug Type: Compile Failure Operating System: SuSE Linux 7.3 (i386) PHP Version: 4.1.1 New Comment:
Does this happen with PHP 4.1.2 and when using plain ./configure (without any options) --Jani Previous Comments: ------------------------------------------------------------------------ [2002-01-30 17:30:55] [EMAIL PROTECTED] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=15305&edit=1
