Re: axis2/c depending on openSSL

2008-09-10 Thread Raymond Zhou
Hi Supun,   That means that I have to compile the axis2/c twice, one enabling SSL and another disabling it, and put two sets of axis2/c dlls in my application, that seems to me  is a bit awkward. Why can't we do dynamic loading openSSL dlls?   Thanks much!   --- On Wed, 9/10/08, Supun

[jira] Created: (AXIS2C-1262) Leaking a axiom_soap_envelope_t in axiom_soap_builder_create error path

2008-09-10 Thread Sebastien Bigot (JIRA)
Leaking a axiom_soap_envelope_t in axiom_soap_builder_create error path --- Key: AXIS2C-1262 URL: https://issues.apache.org/jira/browse/AXIS2C-1262 Project: Axis2-C Issue

[jira] Assigned: (AXIS2C-1262) Leaking a axiom_soap_envelope_t in axiom_soap_builder_create error path

2008-09-10 Thread Supun Kamburugamuva (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Supun Kamburugamuva reassigned AXIS2C-1262: --- Assignee: Supun Kamburugamuva Leaking a axiom_soap_envelope_t in

Problems with axis2c source

2008-09-10 Thread indra.sharma
Hello! I have installed axis2c latest release binary dist. and it works well = but what I really want is to use the source distr. I have compiled the = source but the server doesn't start. I have tested to switch the lib = files from the src-lib to the bin-lib (just to see if the src-lib files =

Re: Problems with axis2c source

2008-09-10 Thread Supun Kamburugamuva
It seems that axis2_http_sender is failed to load. Please check weather this file is in the Path. If axis2_http_sender is in the Path make sure that all the dependent libraries of the axis2_http_sender is in the path. For example if you build with OpenSSL, these libraries should be in the path.

SV: Problems with axis2c source

2008-09-10 Thread indra.sharma
Thank you very much for your quick reply! It seems (like you said) that I'm missing the curl-files (curl.h). I downloaded curl-7.19.0 but it seems to be a different version than the one neededdo you know what version of curl I should use? Thank you for your time /Indra Sharma

Re: Problems with axis2c source

2008-09-10 Thread Supun Kamburugamuva
I'm using curl-7.15.1. Supun.. On Wed, Sep 10, 2008 at 7:27 PM, [EMAIL PROTECTED] wrote: Thank you very much for your quick reply! It seems (like you said) that I'm missing the curl-files (curl.h). I downloaded curl-7.19.0 but it seems to be a different version than the one neededdo you