ID: 46644 User updated by: brian dot bream at comcast dot net Reported By: brian dot bream at comcast dot net -Status: Feedback +Status: Open Bug Type: cURL related Operating System: Solaris 10 08/07 x86 PHP Version: 5.2CVS-2008-11-24 New Comment:
Probably unrelated - /src/php5.2-200811240130/ext/standard/tests/file subdir doesn't exist. bash-3.00# pwd /src/php5.2-200811240130/ext/standard/tests bash-3.00# ls array general_functions reg url assert image serialize versioning class_object math streams dir misc strings filters network time make test TEST 3595/5139 [ext/standard/tests/file/copy_variation4.phpt] Warning: file_put_contents(/src/php5.2-200811240130/ext/standard/tests/file/copy_variation4.clean.php): failed to open stream: No such file or directory in /src/php5.2-200811240130/run-tests.php on line 964 ERROR: Cannot open file '/src/php5.2-200811240130/ext/standard/tests/file/copy_variation4.clean.php' (save_text) *** Error code 1 (ignored) The following command caused the error: if test ! -z "" && test -x ""; then \ TEST_PHP_EXECUTABLE= \ TEST_PHP_SRCDIR=/src/php5.2-200811240130 \ CC="gcc" \ -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' /src/php5.2-200811240130/run-tests.php -d extension_dir=modules/ ` if test "x/src/php5.2-200811240130/modules/mysql.la /src/php5.2-200811240130/modules/mysqli.la /src/php5.2-200811240130/modules/pdo_mysql.la" != "x"; then for i in /src/php5.2-200811240130/modules/mysql.la /src/php5.2-200811240130/modules/mysqli.la /src/php5.2-200811240130/modules/pdo_mysql.la""; do . $i; /src/php5.2-200811240130/build/shtool echo -n -- " -d extension=$dlname"; done; fi; if test "x" != "x"; then for i in ""; do . $i; /src/php5.2-200811240130/build/shtool echo -n -- " -d zend_extension=/src/php5.2-200811240130/modules/$dlname"; done; fi` tests/; \ elif test ! -z "sapi/cli/php" && test -x "sapi/cli/php"; then \ INI_FILE=`/src/php5.2-200811240130/sapi/cli/php -d 'display_errors=stderr' -r 'echo php_ini_loaded_file();' 2> /dev/null`; \ if test "$INI_FILE"; then \ egrep -v '^(zend_)?extension(_debug)?(_ts)?[\t\ ]*=' "$INI_FILE" > /src/php5.2-200811240130/tmp-php.ini; \ else \ echo > /src/php5.2-200811240130/tmp-php.ini; \ fi; \ INI_SCANNED_PATH=`/src/php5.2-200811240130/sapi/cli/php -d 'display_errors=stderr' -r '$a = explode(",\n", trim(php_ini_scanned_files())); echo $a[0];' 2> /dev/null`; \ if test "$INI_SCANNED_PATH"; then \ INI_SCANNED_PATH=`/src/php5.2-200811240130/build/shtool path -d $INI_SCANNED_PATH`; \ egrep -h -v '^(zend_)?extension(_debug)?(_ts)?[\t\ ]*=' "$INI_SCANNED_PATH"/*.ini >> /src/php5.2-200811240130/tmp-php.ini; \ fi; \ TEST_PHP_EXECUTABLE=/src/php5.2-200811240130/sapi/cli/php \ TEST_PHP_SRCDIR=/src/php5.2-200811240130 \ CC="gcc" \ /src/php5.2-200811240130/sapi/cli/php -n -c /src/php5.2-200811240130/tmp-php.ini -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' /src/php5.2-200811240130/run-tests.php -n -c /src/php5.2-200811240130/tmp-php.ini -d extension_dir=/src/php5.2-200811240130/modules/ ` if test "x/src/php5.2-200811240130/modules/mysql.la /src/php5.2-200811240130/modules/mysqli.la /src/php5.2-200811240130/modules/pdo_mysql.la" != "x"; then for i in /src/php5.2-200811240130/modules/mysql.la /src/php5.2-200811240130/modules/mysqli.la /src/php5.2-200811240130/modules/pdo_mysql.la""; do . $i; /src/php5.2-200811240130/build/shtool echo -n -- " -d extension=$dlname"; done; fi; if test "x" != "x"; then for i in ""; do . $i; /src/php5.2-200811240130/build/shtool echo -n -- " -d zend_extension=/src/php5.2-200811240130/modules/$dlname"; done; fi` ; \ else \ echo "ERROR: Cannot run tests without CLI sapi."; \ Previous Comments: ------------------------------------------------------------------------ [2008-11-25 21:36:45] [EMAIL PROTECTED] I meant that you should reduce the amount of _any_ other modules in your httpd.conf. Especially those that link with openssl.. ------------------------------------------------------------------------ [2008-11-25 21:21:25] brian dot bream at comcast dot net bash-3.00# grep -i php httpd.conf LoadModule php5_module libexec/libphp5.so DirectoryIndex index.html index.html.var index.cgi index.php index.xhtml AddType application/x-httpd-php .php ------------------------------------------------------------------------ [2008-11-25 19:46:53] [EMAIL PROTECTED] Next make sure you're only loading PHP as DSO in Apache conf. (to rule out any interference from there too) ------------------------------------------------------------------------ [2008-11-25 12:57:40] brian dot bream at comcast dot net './configure' '--with-apxs2=/usr/apache2/bin/apxs' '--with-config-file-path=/etc/apache2' '--with-openssl=/usr/sfw/' '--with-curl=/usr/sfw/bin/' Commented all Dynamic Extensions in php.ini Problem persists Entry in Apache2 error log * About to connect() to secure.authorize.net port 443 (#0) * Trying 64.94.118.33... * connected * Connected to secure.authorize.net (64.94.118.33) port 443 (#0) * successfully set certificate verify locations: * CAfile: /var/tmp/cacert.pem CApath: none * error:80089077:lib(128):func(137):reason(119) * Closing connection #0 * About to connect() to secure.authorize.net port 443 (#0) * Trying 64.94.118.33... * connected * Connected to secure.authorize.net (64.94.118.33) port 443 (#0) * successfully set certificate verify locations: * CAfile: /var/tmp/cacert.pem CApath: none * error:80089077:lib(128):func(137):reason(119) * Closing connection #0 * About to connect() to secure.authorize.net port 443 (#0) * Trying 64.94.118.32... * connected * Connected to secure.authorize.net (64.94.118.32) port 443 (#0) * successfully set certificate verify locations: * CAfile: /var/tmp/cacert.pem CApath: none * error:80089077:lib(128):func(137):reason(119) Continuing troubleshooting.... ------------------------------------------------------------------------ [2008-11-25 08:35:57] [EMAIL PROTECTED] Try configure nothing as shared and make sure you're not loading any extensions in your php.ini, I think this is some clash between different openssl versions or something.. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/46644 -- Edit this bug report at http://bugs.php.net/?id=46644&edit=1