Samisa, If I disable openSSL, then https won't work, right? I want both cases (http and https) to work, but openSSL dlls are only needed when the ws call is through https. The purpose is that I don't want to re-distribute the openSSL dlls in my product. Thanks! Frank
--- On Fri, 8/22/08, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: From: Samisa Abeysinghe <[EMAIL PROTECTED]> Subject: Re: axis2/c depending on openSSL To: "Apache AXIS C Developers List" <[email protected]> Date: Friday, August 22, 2008, 12:37 PM Raymond Zhou wrote: > Hi All, > > I noticed that if I compile (in wondows) axis2/c with ssl-support > enabled, the openSSL dlls (ssleay23.dll and libssl32.dll) have to be > in class path in order for a web service client call to be executed > properly, enen if the call is not using https/SSL. If the dlls are not > in the path, I will get a error something like engine not loaded. IS > THERE a way to compile the axis2/c differently so that the openSSL > dlls are only needed when the ws client call uses https/SSL? > Disable OpenSSL in the build config file. Samisa... > > Thanks! > Frank > > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.138 / Virus Database: 270.6.6/1625 - Release Date: 8/21/2008 6:04 AM > -- Samisa Abeysinghe Director, Engineering; WSO2 Inc. http://www.wso2.com/ - "The Open Source SOA Company" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
