ID:               46644
 User updated by:  brian dot bream at comcast dot net
 Reported By:      brian dot bream at comcast dot net
-Status:           Feedback
+Status:           Closed
 Bug Type:         cURL related
 Operating System: Solaris 10 08/07 x86
 PHP Version:      5.2CVS-2008-11-24
 New Comment:

Gave up.

Rebuilt with Sun Microsystems coolstack.

http://cooltools.sunsource.net/coolstack/

All works now.


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

Reply via email to