Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 28241 invoked from network); 4 Jan 2007 09:30:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2007 09:30:28 -0000 Received: (qmail 60928 invoked by uid 500); 4 Jan 2007 09:30:35 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 60663 invoked by uid 500); 4 Jan 2007 09:30:33 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 60652 invoked by uid 500); 4 Jan 2007 09:30:33 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 60649 invoked by uid 99); 4 Jan 2007 09:30:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2007 01:30:33 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2007 01:30:26 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 9F0691A981A; Thu, 4 Jan 2007 01:29:29 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r492469 - /webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html Date: Thu, 04 Jan 2007 09:29:29 -0000 To: axis2-cvs@ws.apache.org From: dinesh@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070104092929.9F0691A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dinesh Date: Thu Jan 4 01:29:28 2007 New Revision: 492469 URL: http://svn.apache.org/viewvc?view=rev&rev=492469 Log: to build ssl client correctly document updated Modified: webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html Modified: webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html?view=diff&rev=492469&r1=492468&r2=492469 ============================================================================== --- webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html (original) +++ webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html Thu Jan 4 01:29:28 2007 @@ -1512,8 +1512,8 @@
  • Build Axis2/C with SSL support

    In order to build the Axis2/C client with SSL support, the source - should be built with --enable-ssl=yes option.

    -

    ./configure --enable-ssl=yes <other configuration + should be built with --enable-openssl=yes option.

    +

    ./configure --enable-openssl=yes <other configuration options>
    make
    make install
    --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org