Installation Problems

2006-09-21 Thread Christian Rudnick
Hi, while installation i have to set the AXISJAVA_LIB environment variable. What do i have to do? Is it really necessary to install the Axis Java environment before? Thanks for any help Christian - To unsubscribe, e-mail:

Re: Installation Problems

2006-09-21 Thread Christian Rudnick
directory to AXISJAVA_LIB Regards, Murali K -Original Message- From: Christian Rudnick [mailto:[EMAIL PROTECTED] Sent: Thursday, September 21, 2006 2:39 PM To: Apache AXIS C User List Subject: Installation Problems Hi, while installation i have to set the AXISJAVA_LIB

Re: Installation problems

2006-09-15 Thread Samisa Abeysinghe
Are you using Axis C++ or Axis2/C? In case of Axis CPP, you can use congigure; make as there is not make based build. You have to use ant. Please have a look at the ant build guide in the docs. If you are using Axis2/C and then you do not need automake to build source. You should be able to

Re: Installation problems

2006-09-15 Thread Christian Rudnick
Thanks Samisa for the advise. Now i'm using ant. But it fails too because i do'nt know where to set the AXISJAVA_LIB environment variable. What do i have to do? Thank you very much Christian Am Friday, 15. September 2006 06:38 schrieb Samisa Abeysinghe: Are you using Axis C++ or Axis2/C? In

Re: Installation problems

2006-09-14 Thread Nadir Amra
Use the ant build processany other way is not supported Nadir K. Amra Christian Rudnick [EMAIL PROTECTED] wrote on 09/14/2006 03:54:49 PM: Hello, i try to install Axis-C at my computer but it fails every time with the same error. It said that the Makefile.in could not be found.

Installation problems on Windows XP

2006-08-03 Thread Vijaya Bhaskar Peddinti
Hi all, I am trying to install axis-c-1.6b-Win32 with Apache 2.2.3 and I am getting the following error: The Apache service named reported the following error: httpd.exe: Syntax error on line 486 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load

Re: Installation problems on Windows XP

2006-08-03 Thread Adrian Dick
Hi, This sounds like one of two problems (or possibly both). 1) The mod_axis2.dll isn't in the location you specified within httpd.conf 2) The Axis DLLs upon which it has dependencies are not available on the PATH (ie ensure axis C install dir/bin is included on the system path used by Apache)