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:
'./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....
Previous Comments:
------------------------------------------------------------------------
[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..
------------------------------------------------------------------------
[2008-11-25 04:55:52] brian dot bream at comcast dot net
# rm config.cache ; ./configure --disable-all --disable-cgi
--with-curl=/usr/local/
# make clean && make
# sapi/cli/php your_test_script_here.php
Works as expected, the CLI has always worked.
Added basic functionality to support web server ops.
'./configure' '--with-apxs2=/usr/apache2/bin/apxs'
'--with-config-file-path=/etc/apache2' '--with-openssl=shared,/usr/sfw/'
'--with-curl=/usr/sfw/bin/' '--with-pdo-mysql=shared,/opt/csw/mysql5/'
Same issue.
Rebuilt openssl, same issue.
Sent config.log
------------------------------------------------------------------------
[2008-11-24 13:29:57] [EMAIL PROTECTED]
I can not reproduce this on any of my servers. I have Curl 7.18.2 and
openssl 0.9.8g. I don't have any shared extensions messing things up so
can you try first with the simplest possible configure line:
# rm config.cache ; ./configure --disable-all --disable-cgi
--with-curl=/usr/local/
# make clean && make
# sapi/cli/php your_test_script_here.php
------------------------------------------------------------------------
[2008-11-24 12:44:06] brian dot bream at comcast dot net
sent to [EMAIL PROTECTED]
------------------------------------------------------------------------
[2008-11-24 12:23:57] [EMAIL PROTECTED]
Can you send that script to me so I can test myself?
------------------------------------------------------------------------
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