Author: damitha Date: Mon Jan 7 07:29:28 2008 New Revision: 609634 URL: http://svn.apache.org/viewvc?rev=609634&view=rev Log: Applying patch sent By Senaka for Axis2c-885
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?rev=609634&r1=609633&r2=609634&view=diff ============================================================================== --- webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html (original) +++ webservices/axis2/trunk/c/xdocs/docs/axis2c_manual.html Mon Jan 7 07:29:28 2008 @@ -223,7 +223,7 @@ <p>You can compile the service sample as shown below.</p> <p>On Linux:</p> -<pre>gcc -shared -olibhello.so -I$AXIS2C_HOME/include/axis2-1.0/ -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -laxis2_engine -lpthread -laxis2_http_sender -laxis2_http_receiver hello_svc.c</pre> +<pre>gcc -shared -olibhello.so -I$AXIS2C_HOME/include/axis2-1.2/ -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -laxis2_engine -lpthread -laxis2_http_sender -laxis2_http_receiver hello_svc.c</pre> <p>On MS Windows:</p> @@ -332,7 +332,7 @@ <p>You can compile the client sample as shown below.</p> <p>On Linux:</p> -<pre>gcc -o hello -I$AXIS2C_HOME/include -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -laxis2_engine -lpthread -laxis2_http_sender -laxis2_http_receiver hello.c</pre> +<pre>gcc -o hello -I$AXIS2C_HOME/include/axis2-1.2/ -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -laxis2_engine -lpthread -laxis2_http_sender -laxis2_http_receiver hello.c -ldl -Wl,--rpath -Wl,$AXIS2C_HOME/lib</pre> <p>On MS Windows:</p> @@ -1230,11 +1230,9 @@ Windows)</font> to the Apache2 modules directory as mod_axis2.so</p> <p>On Linux</p> -<pre> cp $AXIS2C_HOME/lib/libmod_axis2.so.0.0.0 - /usr/lib/apache2/modules/mod_axis2.so</pre> -On MS Windows -<pre> copy C:\axis2c\build\deploy\lib\mod_axis2.dll - C:\Apache2\modules\mod_axis2.so</pre> +<pre> cp $AXIS2C_HOME/lib/libmod_axis2.so.0.0.0 /usr/lib/apache2/modules/mod_axis2.so</pre> +<p>On MS Windows</p> +<pre> copy /Y "%AXIS2C_HOME%\lib\mod_axis2.dll" C:\Apache2\modules\</pre> <p>Edit the Apache2's configuration file (generally httpd.conf) and add the following directives at the end of the file.</p> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]