Greetings, I am tussling with an installation of PHP with Pear on a Solaris 8 system. The error occurs during the 'make install' and affects Pear specifically. When I run it as 'make install-su' the error persists. It appears that the makefile for Pear is misconfigured. My platform, configuration script and error are below. Thanks in advance for the assist!!! ERROR (Partial output of 'make install') ====================================== (cd pear && /usr/ccs/bin/make install) shtool:mkdir:Error: invalid number of arguments (at least 1 expected) shtool:mkdir:Hint: run `/opt/install/apache/mods/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 | +----------------------------------------------------------------------+ *** Error code 5 make: Fatal error: Command failed for target `install-data-local' Current working directory /opt/install/apache/mods/php-4.0.6/pear *** Error code 1 make: Fatal error: Command failed for target `install-recursive' Current working directory /opt/install/apache/mods/php-4.0.6/pear *** Error code 1 make: Fatal error: Command failed for target `install-pear' ====================================== PLATFORM ====================================== HARDWARE: SPARC OS: Solaris 8 Apache: 1.3.22 PHP: 4.0.6 ====================================== CONFIG SCRIPT (these are the config options I am including) ====================================== ./configure --with-gnu-ld \ --with-apxs=/opt/apache/bin/apxs \ --with-pear \ --enable-sigchild \ --enable-libgcc \ --with-zlib=/usr \ --enable-bcmath \ --enable-ftp \ --with-png-dir=/usr/local \ --with-java=/usr/java \ --with-mysql=/opt/mysql \ --with-mm=/usr/local \ --enable-trans-sid \ --enable-shmop \ --enable-ucd-snmp-hack \ --enable-sockets \ --with-regex=php \ --enable-sysvsem \ --enable-sysvshm \ --enable-wddx \ --enable-yp \ --with-servlet=/home/webadmin \ --enable-inline-optimization ====================================== -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]