Yong Yang wrote:

> Hi, I just downloaded the Axis2c source code using svn. But I can't install 
> it on the linux machine as there are a lot of file missing, such as 
> configure, Makefile.in. Could anyonle tell me how to install axis2 using 
> these source files downloaded? many thanks inadvance.
>
>   

Hi Yong,

    configure, and Makefile.in files are generated files. When you
download the source code from svn run autogen.sh script.

./autogen.sh


it will generate configure script.

then you can

./configure
make
make install


Thanks

    ~sanjaya

> best regards
> yong
>
> ---------------------------------------------------------------------
> 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]

Reply via email to