Re: Installation Problems

2006-09-21 Thread Christian Rudnick
Hi,

isn't it so that the ant build process will make these jar files? So i do not 
have them before compiling. 
Am i mistaken?

Thanks
Christian
 


Am Thursday, 21. September 2006 07:16 schrieb Murali Konnipati:
> Hi,
> 
> 
> If you want WSDLWs feature, then u need to put Axis Java  jar files
> 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 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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Installation Problems

2006-09-21 Thread Murali Konnipati
Hi,


If you want WSDLWs feature, then u need to put Axis Java  jar files
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 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 just run ./configure; make; make install
> 
> Samisa...
> 
> Christian Rudnick wrote:
> > 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. Whats the matter?
> >
> >
> > My environment is 
> >
> > Gentoo 3.4.6-r1
> > automake (GNU automake) 1.9.6
> > autoconf (GNU Autoconf) 2.59
> > Xerces-C
> > gcc (GCC) 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)
> >
> > The last lines from runconfig.sh
> >
> > ...
> > checking whether the g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports 
> > shared libraries... yes
> > checking dynamic linker characteristics... GNU/Linux ld.so
> > checking how to hardcode library paths into programs... immediate
> > configure: creating ./config.status
> > config.status: creating Makefile
> > config.status: error: cannot find input file: Makefile.in
> >
> >
> > Can anybody help me?
> >
> >
> > Many thanks Christian
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >   
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 just run ./configure; make; make install


Samisa...

Christian Rudnick wrote:

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. Whats the matter?



My environment is 


Gentoo 3.4.6-r1
automake (GNU automake) 1.9.6
autoconf (GNU Autoconf) 2.59
Xerces-C
gcc (GCC) 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)

The last lines from runconfig.sh

...
checking whether the g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports 
shared libraries... yes

checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in


Can anybody help me?


Many thanks Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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. Whats the 
matter?
> 
> 
> My environment is 
> 
> Gentoo 3.4.6-r1
> automake (GNU automake) 1.9.6
> autoconf (GNU Autoconf) 2.59
> Xerces-C
> gcc (GCC) 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)
> 
> The last lines from runconfig.sh
> 
> ...
> checking whether the g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports 

> shared libraries... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: error: cannot find input file: Makefile.in
> 
> 
> Can anybody help me?
> 
> 
> Many thanks Christian
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Installation problems

2006-09-14 Thread Christian Rudnick
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. Whats the matter?


My environment is 

Gentoo 3.4.6-r1
automake (GNU automake) 1.9.6
autoconf (GNU Autoconf) 2.59
Xerces-C
gcc (GCC) 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)

The last lines from runconfig.sh

...
checking whether the g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports 
shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in


Can anybody help me?


Many thanks Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Installation problems on Windows XP

2006-08-03 Thread Vijaya Bhaskar Peddinti

Hi Adrian,
I have checked the problems you have suggested but they are ok. 

Regards,
Bhaskar.
-Original Message-
From: Adrian Dick [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 03, 2006 1:20 PM
To: Apache AXIS C User List
Subject: Re: Installation problems on Windows XP

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 /bin  is included on the system path
used by Apache)

Hope that helps.

Adrian
___
Adrian Dick ([EMAIL PROTECTED])


"Vijaya Bhaskar Peddinti" <[EMAIL PROTECTED]> wrote on
03/08/2006 07:25:25:

> 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 C:
> /Program Files/Apache Software Foundation/Apache2.
> 2/modules/mod_axis2.dll into server: The specified module could not be
found.
>
>
> Please guide me on how to resolve this.
>
> Thanks & Regards,
> Bhaskar.
>
>
>  CAUTION - Disclaimer *
> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION
> intended solely for the use of the addressee(s). If you are not the
> intended recipient, please notify the sender by e-mail and delete
> the original message. Further, you are not to copy, disclose, or
> distribute this e-mail or its contents to any other person and any
> such actions are unlawful. This e-mail may contain viruses. Infosys
> has taken every reasonable precaution to minimize this risk, but is
> not liable for any damage you may sustain as a result of any virus
> in this e-mail. You should carry out your own virus checks before
> opening the e-mail or attachment. Infosys reserves the right to
> monitor and review the content of all messages sent to or from this
> e-mail address. Messages sent to or from this e-mail address may be
> stored on the Infosys e-mail system.
> ***INFOSYS End of Disclaimer INFOSYS***


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 /bin  is included on the system path
used by Apache)

Hope that helps.

Adrian
___
Adrian Dick ([EMAIL PROTECTED])


"Vijaya Bhaskar Peddinti" <[EMAIL PROTECTED]> wrote on
03/08/2006 07:25:25:

> 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 C:
> /Program Files/Apache Software Foundation/Apache2.
> 2/modules/mod_axis2.dll into server: The specified module could not be
found.
>
>
> Please guide me on how to resolve this.
>
> Thanks & Regards,
> Bhaskar.
>
>
>  CAUTION - Disclaimer *
> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION
> intended solely for the use of the addressee(s). If you are not the
> intended recipient, please notify the sender by e-mail and delete
> the original message. Further, you are not to copy, disclose, or
> distribute this e-mail or its contents to any other person and any
> such actions are unlawful. This e-mail may contain viruses. Infosys
> has taken every reasonable precaution to minimize this risk, but is
> not liable for any damage you may sustain as a result of any virus
> in this e-mail. You should carry out your own virus checks before
> opening the e-mail or attachment. Infosys reserves the right to
> monitor and review the content of all messages sent to or from this
> e-mail address. Messages sent to or from this e-mail address may be
> stored on the Infosys e-mail system.
> ***INFOSYS End of Disclaimer INFOSYS***


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Installation problems on Windows XP

2006-08-02 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
C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_axis2.dll
into server: The specified module could not be found.

 

 

Please guide me on how to resolve this.

 

Thanks & Regards,

Bhaskar.

 







 CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS End of Disclaimer INFOSYS***