[ Sorry about the original post. I accidentally sent the message before completing it. ] This time is my first for installing PHP. I need to configure and install just the CGI-mode version of PHP4. I'm using the following to configure: cougar% ./configure \ --prefix=/opt/gnu/depot/php-4.0pl1 \ --enable-discard-path \ --with-config-file-path=/opt/gnu/depot/php-4.0pl1/lib Compilation happens just fine (gcc-2.8.1, solaris-2.5.1). Running php tests individually fails. cougar% ./php run-tests.php tests/basic X-Powered-By: PHP/4.0.4pl1 Content-type: text/html PHP CGI binary (/php) not executable. Please compile PHP as a CGI executable and try again. During make test, a number of tests fail. The ones below are my chief concern (pear and basic). Running tests in /data2/build/php-4.0.4pl1//pear/DB/tests ========================================================= DB_Error/DB_Warning test (db_error.phpt) ... failed DB configurable error handler test (db_error2.phpt) ... failed DB::factory test (db_factory.phpt) ... failed DB::parseDSN test (db_parsedsn.phpt) ... failed Running tests in /data2/build/php-4.0.4pl1//pear/tests ====================================================== PEAR constructor/destructor test (pear1.phpt) ... failed PEAR_Error test (pear_error.phpt) ... failed PEAR_Error in die mode (pear_error2.phpt) ... failed Running tests in /data2/build/php-4.0.4pl1//tests/basic ======================================================= Trivial "Hello World" test ... passed Simple POST Method test (002.phpt) ... failed GET and POST Method combined (003.phpt) ... failed Two variables in POST data (004.phpt) ... failed Three variables in POST data (005.phpt) ... failed Add 3 variables together and print result ... passed Multiply 3 variables and print result ... passed Divide 3 variables and print result ... passed Subtract 3 variables and print result ... passed Testing | and & operators ... passed Testing $argc and $argv handling ... passed Any and all help would be appreciated. Regards, Christian ----------------- Christian Gilmore Infrastructure & Tools Team Lead Web & Multimedia Development Tivoli Systems, Inc. -- 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]