You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Krankurs Leonid <lk...@ford.com> on 2006/08/25 16:52:27 UTC

Axis C++ Installation and Configuration Guide

Hi,

Looks like 
Axis C++ Installation and Configuration Guide is broken in part of 

<
Client Installation and Configuration

set AXISCPP_DEPLOY 
AXISCPP_DEPLOY="/usr/local/axiscpp_deploy"set LIBRARY_PATHS 
The library path needs to have the xml parser libraries and the axis
libraries included.

Linux:
LD_LIBRARY_PATH="<xerces installation
directory>/lib:$AXISCPP_DEPLOY/lib:$LD_LIBRARY_PATH"

>

is this for all platforms build? or Linux only? Do one need this env
variable set to run Axis? 

Thank you


-- 
View this message in context: http://www.nabble.com/Axis-C%2B%2B-Installation-and-Configuration-Guide-tf2165175.html#a5984974
Sent from the Axis - C++ - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


Re: Axis C++ Installation and Configuration Guide

Posted by John Hawkins <HA...@uk.ibm.com>.
Ah !
 maybe you've been tricked by the unix variation whereby the axiscpp.conf 
file has to be in "$AXISCPP_DEPLOY/etc"





Krankurs Leonid <lk...@ford.com> 
25/08/2006 16:29
Please respond to
"Apache AXIS C User List" <ax...@ws.apache.org>


To
axis-c-user@ws.apache.org
cc

Subject
Re: Axis C++ Installation and Configuration Guide







please look close on 

         AXISCPP_DEPLOY="/usr/local/axiscpp_deploy"set LIBRARY_PATHS 

actually did ask about 

        LD_LIBRARY_PATH

Thank you


John Hawkins wrote:
> 
> AXISCPP_DEPLOY is used on all platforms.
> 
> 
> 
> 
> 
> 
> 
> Krankurs Leonid <lk...@ford.com> 
> 25/08/2006 15:52
> Please respond to
> "Apache AXIS C User List" <ax...@ws.apache.org>
> 
> 
> To
> axis-c-user@ws.apache.org
> cc
> 
> Subject
> Axis C++ Installation and Configuration Guide
> 
> 
> 
> 
> 
> 
> 
> Hi,
> 
> Looks like 
> Axis C++ Installation and Configuration Guide is broken in part of 
> 
> <
> Client Installation and Configuration
> 
> set AXISCPP_DEPLOY 
> AXISCPP_DEPLOY="/usr/local/axiscpp_deploy"set LIBRARY_PATHS 
> The library path needs to have the xml parser libraries and the axis
> libraries included.
> 
> Linux:
> LD_LIBRARY_PATH="<xerces installation
> directory>/lib:$AXISCPP_DEPLOY/lib:$LD_LIBRARY_PATH"
> 
>>
> 
> is this for all platforms build? or Linux only? Do one need this env
> variable set to run Axis? 
> 
> Thank you
> 
> 
> -- 
> View this message in context: 
> 
http://www.nabble.com/Axis-C%2B%2B-Installation-and-Configuration-Guide-tf2165175.html#a5984974

> 
> Sent from the Axis - C++ - User forum at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-user-help@ws.apache.org
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Axis-C%2B%2B-Installation-and-Configuration-Guide-tf2165175.html#a5985748

Sent from the Axis - C++ - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org



Re: Axis C++ Installation and Configuration Guide

Posted by Krankurs Leonid <lk...@ford.com>.
please look close on 

         AXISCPP_DEPLOY="/usr/local/axiscpp_deploy"set LIBRARY_PATHS 

actually did ask about 

        LD_LIBRARY_PATH

Thank you


John Hawkins wrote:
> 
> AXISCPP_DEPLOY is used on all platforms.
> 
> 
> 
> 
> 
> 
> 
> Krankurs Leonid <lk...@ford.com> 
> 25/08/2006 15:52
> Please respond to
> "Apache AXIS C User List" <ax...@ws.apache.org>
> 
> 
> To
> axis-c-user@ws.apache.org
> cc
> 
> Subject
> Axis C++ Installation and Configuration Guide
> 
> 
> 
> 
> 
> 
> 
> Hi,
> 
> Looks like 
> Axis C++ Installation and Configuration Guide is broken in part of 
> 
> <
> Client Installation and Configuration
> 
> set AXISCPP_DEPLOY 
> AXISCPP_DEPLOY="/usr/local/axiscpp_deploy"set LIBRARY_PATHS 
> The library path needs to have the xml parser libraries and the axis
> libraries included.
> 
> Linux:
> LD_LIBRARY_PATH="<xerces installation
> directory>/lib:$AXISCPP_DEPLOY/lib:$LD_LIBRARY_PATH"
> 
>>
> 
> is this for all platforms build? or Linux only? Do one need this env
> variable set to run Axis? 
> 
> Thank you
> 
> 
> -- 
> View this message in context: 
> http://www.nabble.com/Axis-C%2B%2B-Installation-and-Configuration-Guide-tf2165175.html#a5984974
> 
> Sent from the Axis - C++ - User forum at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-user-help@ws.apache.org
> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Axis-C%2B%2B-Installation-and-Configuration-Guide-tf2165175.html#a5985748
Sent from the Axis - C++ - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


Re: Axis C++ Installation and Configuration Guide

Posted by John Hawkins <HA...@uk.ibm.com>.
AXISCPP_DEPLOY is used on all platforms.







Krankurs Leonid <lk...@ford.com> 
25/08/2006 15:52
Please respond to
"Apache AXIS C User List" <ax...@ws.apache.org>


To
axis-c-user@ws.apache.org
cc

Subject
Axis C++ Installation and Configuration Guide







Hi,

Looks like 
Axis C++ Installation and Configuration Guide is broken in part of 

<
Client Installation and Configuration

set AXISCPP_DEPLOY 
AXISCPP_DEPLOY="/usr/local/axiscpp_deploy"set LIBRARY_PATHS 
The library path needs to have the xml parser libraries and the axis
libraries included.

Linux:
LD_LIBRARY_PATH="<xerces installation
directory>/lib:$AXISCPP_DEPLOY/lib:$LD_LIBRARY_PATH"

>

is this for all platforms build? or Linux only? Do one need this env
variable set to run Axis? 

Thank you


-- 
View this message in context: 
http://www.nabble.com/Axis-C%2B%2B-Installation-and-Configuration-Guide-tf2165175.html#a5984974

Sent from the Axis - C++ - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org