Re: dependencies for compiling svn version

2007-09-24 Thread Michael Sutter

Sorry, this not fixed the error. I still get:

src/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:2:
src/Makefile.am:2: The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'

src/Makefile.am:2: to `configure.ac' and run `aclocal' and `autoconf' again.

Any idea how to add AC_PROG_LIBTOOL? I saw, that it is declared in 
configure.ac and should be checked. But I don't know how or where to 
configure.


Regards Michael


Chintana Wilamuna wrote:

On 9/24/07, Michael Sutter <[EMAIL PROTECTED]> wrote:

  

the libtool --version prints out 1.5.22 - the version I have compiled.

But in my version the libtool.m4 is missing - maybe this is the error?



Can you try setting ACLOCAL_FLAGS to where you installed aclocal and
running build.sh script?  Open up build.sh and put the line,

export ACLOCAL_FLAGS="-I /your/aclocal/installation"

Bye,

-Chintana

  


smime.p7s
Description: S/MIME Cryptographic Signature


Re: dependencies for compiling svn version

2007-09-24 Thread Chintana Wilamuna
On 9/24/07, Michael Sutter <[EMAIL PROTECTED]> wrote:

> the libtool --version prints out 1.5.22 - the version I have compiled.
>
> But in my version the libtool.m4 is missing - maybe this is the error?

Can you try setting ACLOCAL_FLAGS to where you installed aclocal and
running build.sh script?  Open up build.sh and put the line,

export ACLOCAL_FLAGS="-I /your/aclocal/installation"

Bye,

-Chintana

-- 
http://engwar.com/

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



Re: dependencies for compiling svn version

2007-09-24 Thread Chintana Wilamuna
On 9/24/07, Michael Sutter <[EMAIL PROTECTED]> wrote:

> compiled without error. The libtool (vers. 1.5.2) is installed. I also
> compiled a new version as I switched to the new versions of autoconf and

Libtool 1.5.2 is quite old (released in early 2004 according to their
website.)  Michael, can you try libtool --version to make sure that
the new version you compiled is in your path?

HTH,

-Chintana

-- 
http://engwar.com/

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



Re: dependencies for compiling svn version

2007-09-24 Thread Michael Sutter

Hello,

I could confirm that I have automake 1.9. The original rpm from my 
distritbution is deleted and I can compile with the integrated 
automake/autoconf from me the axis2c-1.0.1 tar ball without errors. I 
also figured out where the error is from. It is from the autogen.sh in 
the util folder (line 43).

By running the command:

automake --add-missing

I got:

src/core/addr/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
src/core/addr/Makefile.am:1:
src/core/addr/Makefile.am:1: The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
src/core/addr/Makefile.am:1: to `configure.ac' and run `aclocal' and 
`autoconf' again.

src/core/addr/Makefile.am: installing `./depcomp'
src/core/clientapi/Makefile.am:1: Libtool library used but `LIBTOOL' is 
undefined

src/core/clientapi/Makefile.am:1:
src/core/clientapi/Makefile.am:1: The usual way to define `LIBTOOL' is 
to add `AC_PROG_LIBTOOL'
src/core/clientapi/Makefile.am:1: to `configure.ac' and run `aclocal' 
and `autoconf' again.
src/core/context/Makefile.am:1: Libtool library used but `LIBTOOL' is 
undefined

src/core/context/Makefile.am:1:
...

I don't know where the error is from, as already told the vers. 1.0 is 
compiled without error. The libtool (vers. 1.5.2) is installed. I also 
compiled a new version as I switched to the new versions of autoconf and 
automake. Has anybody a idea how to fix the problem?


Regards Michael

Dinesh Premalal wrote:

Michael,
 Could you please confirm that you have automake 1.9 or higher?

thanks,
Dinesh

Michael Sutter <[EMAIL PROTECTED]> writes:

  

Hello Chintana and Sanjaya,

when I run autoconf in the src folder or in the util folder I have the
same output - nothing.
I think this is not right.

The error is printed in line 65 of the autogen.sh script - the first
script called from the build.sh

My question is if I'm right with all my variables  as I think?

If I run the command in the especial line I get the following. But I
don't know what it means. If I understand right the libtool library is
used but something is undefined - what?

src/core/addr/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
src/core/addr/Makefile.am:1:
src/core/addr/Makefile.am:1: The usual way to define `LIBTOOL' is to
add `AC_PROG_LIBTOOL'
src/core/addr/Makefile.am:1: to `configure.ac' and run `aclocal' and
autoconf' again.
src/core/clientapi/Makefile.am:1: Libtool library used but `LIBTOOL'
is undefined
src/core/clientapi/Makefile.am:1:
src/core/clientapi/Makefile.am:1: The usual way to define `LIBTOOL' is
to add `AC_PROG_LIBTOOL'
src/core/clientapi/Makefile.am:1: to `configure.ac' and run `aclocal'
and `autoconf' again.
src/core/context/Makefile.am:1: Libtool library used but `LIBTOOL' is
undefined
src/core/context/Makefile.am:1:
src/core/context/Makefile.am:1: The usual way to define `LIBTOOL' is
to add `AC_PROG_LIBTOOL'
src/core/context/Makefile.am:1: to `configure.ac' and run `aclocal'
and `autoconf' again.
src/core/deployment/Makefile.am:1: Libtool library used but `LIBTOOL'
is undefined
src/core/deployment/Makefile.am:1:
src/core/deployment/Makefile.am:1: The usual way to define `LIBTOOL'
is to add `AC_PROG_LIBTOOL'
src/core/deployment/Makefile.am:1: to `configure.ac' and run `aclocal'
and `autoconf' again.
src/core/description/Makefile.am:1: Libtool library used but `LIBTOOL'
is undefined
src/core/description/Makefile.am:1:
src/core/description/Makefile.am:1: The usual way to define `LIBTOOL'
is to add `AC_PROG_LIBTOOL'
src/core/description/Makefile.am:1: to `configure.ac' and run
aclocal' and `autoconf' again.
src/core/description/Makefile.am:17: variable
libaxis2_engine_la_LDFLAGS' is defined but no program or
src/core/description/Makefile.am:17: library has `libaxis2_engine_la'
as canonic name (possible typo)
src/core/engine/Makefile.am:1: Libtool library used but `LIBTOOL' is
undefined
src/core/engine/Makefile.am:1:
src/core/engine/Makefile.am:1: The usual way to define `LIBTOOL' is to
add `AC_PROG_LIBTOOL'
src/core/engine/Makefile.am:1: to `configure.ac' and run `aclocal' and
autoconf' again.
src/core/phaseresolver/Makefile.am:1: Libtool library used but
LIBTOOL' is undefined
src/core/phaseresolver/Makefile.am:1:
src/core/phaseresolver/Makefile.am:1: The usual way to define
LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/core/phaseresolver/Makefile.am:1: to `configure.ac' and run
aclocal' and `autoconf' again.
src/core/receivers/Makefile.am:1: Libtool library used but `LIBTOOL'
is undefined
src/core/receivers/Makefile.am:1:
src/core/receivers/Makefile.am:1: The usual way to define `LIBTOOL' is
to add `AC_PROG_LIBTOOL'
src/core/receivers/Makefile.am:1: to `configure.ac' and run `aclocal'
and `autoconf' again.
src/core/transport/http/common/Makefile.am:1: Libtool library used but
LIBTOOL' is undefined
src/core/transport/http/common/Makefile.am:1:
src/core/transport/http/common/Makefile.am:1: The usual way to define
LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/core/transport/http/common/Makefile.am:1: t

Re: dependencies for compiling svn version

2007-09-21 Thread Dinesh Premalal
Michael,
 Could you please confirm that you have automake 1.9 or higher?

thanks,
Dinesh

Michael Sutter <[EMAIL PROTECTED]> writes:

> Hello Chintana and Sanjaya,
>
> when I run autoconf in the src folder or in the util folder I have the
> same output - nothing.
> I think this is not right.
>
> The error is printed in line 65 of the autogen.sh script - the first
> script called from the build.sh
>
> My question is if I'm right with all my variables  as I think?
>
> If I run the command in the especial line I get the following. But I
> don't know what it means. If I understand right the libtool library is
> used but something is undefined - what?
>
> src/core/addr/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
> src/core/addr/Makefile.am:1:
> src/core/addr/Makefile.am:1: The usual way to define `LIBTOOL' is to
> add `AC_PROG_LIBTOOL'
> src/core/addr/Makefile.am:1: to `configure.ac' and run `aclocal' and
> autoconf' again.
> src/core/clientapi/Makefile.am:1: Libtool library used but `LIBTOOL'
> is undefined
> src/core/clientapi/Makefile.am:1:
> src/core/clientapi/Makefile.am:1: The usual way to define `LIBTOOL' is
> to add `AC_PROG_LIBTOOL'
> src/core/clientapi/Makefile.am:1: to `configure.ac' and run `aclocal'
> and `autoconf' again.
> src/core/context/Makefile.am:1: Libtool library used but `LIBTOOL' is
> undefined
> src/core/context/Makefile.am:1:
> src/core/context/Makefile.am:1: The usual way to define `LIBTOOL' is
> to add `AC_PROG_LIBTOOL'
> src/core/context/Makefile.am:1: to `configure.ac' and run `aclocal'
> and `autoconf' again.
> src/core/deployment/Makefile.am:1: Libtool library used but `LIBTOOL'
> is undefined
> src/core/deployment/Makefile.am:1:
> src/core/deployment/Makefile.am:1: The usual way to define `LIBTOOL'
> is to add `AC_PROG_LIBTOOL'
> src/core/deployment/Makefile.am:1: to `configure.ac' and run `aclocal'
> and `autoconf' again.
> src/core/description/Makefile.am:1: Libtool library used but `LIBTOOL'
> is undefined
> src/core/description/Makefile.am:1:
> src/core/description/Makefile.am:1: The usual way to define `LIBTOOL'
> is to add `AC_PROG_LIBTOOL'
> src/core/description/Makefile.am:1: to `configure.ac' and run
> aclocal' and `autoconf' again.
> src/core/description/Makefile.am:17: variable
> libaxis2_engine_la_LDFLAGS' is defined but no program or
> src/core/description/Makefile.am:17: library has `libaxis2_engine_la'
> as canonic name (possible typo)
> src/core/engine/Makefile.am:1: Libtool library used but `LIBTOOL' is
> undefined
> src/core/engine/Makefile.am:1:
> src/core/engine/Makefile.am:1: The usual way to define `LIBTOOL' is to
> add `AC_PROG_LIBTOOL'
> src/core/engine/Makefile.am:1: to `configure.ac' and run `aclocal' and
> autoconf' again.
> src/core/phaseresolver/Makefile.am:1: Libtool library used but
> LIBTOOL' is undefined
> src/core/phaseresolver/Makefile.am:1:
> src/core/phaseresolver/Makefile.am:1: The usual way to define
> LIBTOOL' is to add `AC_PROG_LIBTOOL'
> src/core/phaseresolver/Makefile.am:1: to `configure.ac' and run
> aclocal' and `autoconf' again.
> src/core/receivers/Makefile.am:1: Libtool library used but `LIBTOOL'
> is undefined
> src/core/receivers/Makefile.am:1:
> src/core/receivers/Makefile.am:1: The usual way to define `LIBTOOL' is
> to add `AC_PROG_LIBTOOL'
> src/core/receivers/Makefile.am:1: to `configure.ac' and run `aclocal'
> and `autoconf' again.
> src/core/transport/http/common/Makefile.am:1: Libtool library used but
> LIBTOOL' is undefined
> src/core/transport/http/common/Makefile.am:1:
> src/core/transport/http/common/Makefile.am:1: The usual way to define
> LIBTOOL' is to add `AC_PROG_LIBTOOL'
> src/core/transport/http/common/Makefile.am:1: to `configure.ac' and
> run `aclocal' and `autoconf' again.
> src/core/transport/http/receiver/Makefile.am:1: Libtool library used
> but `LIBTOOL' is undefined
> src/core/transport/http/receiver/Makefile.am:1:
> src/core/transport/http/receiver/Makefile.am:1: The usual way to
> define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
> src/core/transport/http/receiver/Makefile.am:1: to `configure.ac' and
> run `aclocal' and `autoconf' again.
> src/core/transport/http/sender/Makefile.am:2: Libtool library used but
> LIBTOOL' is undefined
> src/core/transport/http/sender/Makefile.am:2:
> src/core/transport/http/sender/Makefile.am:2: The usual way to define
> LIBTOOL' is to add `AC_PROG_LIBTOOL'
> src/core/transport/http/sender/Makefile.am:2: to `configure.ac' and
> run `aclocal' and `autoconf' again.
> src/core/transport/http/server/apache2/Makefile.am:1: Libtool library
> used but `LIBTOOL' is undefined
> src/core/transport/http/server/apache2/Makefile.am:1:
> src/core/transport/http/server/apache2/Makefile.am:1: The usual way to
> define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
> src/core/transport/http/server/apache2/Makefile.am:1: to
> configure.ac' and run `aclocal' and `autoconf' again.
> src/core/transport/http/util/Makefile.am:2: Libtool library used but
> LIBTOOL' is undefined
> src/c

Re: dependencies for compiling svn version

2007-09-21 Thread Michael Sutter

Hello Chintana and Sanjaya,

when I run autoconf in the src folder or in the util folder I have the 
same output - nothing.

I think this is not right.

The error is printed in line 65 of the autogen.sh script - the first 
script called from the build.sh


My question is if I'm right with all my variables  as I think?

If I run the command in the especial line I get the following. But I 
don't know what it means. If I understand right the libtool library is 
used but something is undefined - what?


src/core/addr/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
src/core/addr/Makefile.am:1:
src/core/addr/Makefile.am:1: The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
src/core/addr/Makefile.am:1: to `configure.ac' and run `aclocal' and 
`autoconf' again.
src/core/clientapi/Makefile.am:1: Libtool library used but `LIBTOOL' is 
undefined

src/core/clientapi/Makefile.am:1:
src/core/clientapi/Makefile.am:1: The usual way to define `LIBTOOL' is 
to add `AC_PROG_LIBTOOL'
src/core/clientapi/Makefile.am:1: to `configure.ac' and run `aclocal' 
and `autoconf' again.
src/core/context/Makefile.am:1: Libtool library used but `LIBTOOL' is 
undefined

src/core/context/Makefile.am:1:
src/core/context/Makefile.am:1: The usual way to define `LIBTOOL' is to 
add `AC_PROG_LIBTOOL'
src/core/context/Makefile.am:1: to `configure.ac' and run `aclocal' and 
`autoconf' again.
src/core/deployment/Makefile.am:1: Libtool library used but `LIBTOOL' is 
undefined

src/core/deployment/Makefile.am:1:
src/core/deployment/Makefile.am:1: The usual way to define `LIBTOOL' is 
to add `AC_PROG_LIBTOOL'
src/core/deployment/Makefile.am:1: to `configure.ac' and run `aclocal' 
and `autoconf' again.
src/core/description/Makefile.am:1: Libtool library used but `LIBTOOL' 
is undefined

src/core/description/Makefile.am:1:
src/core/description/Makefile.am:1: The usual way to define `LIBTOOL' is 
to add `AC_PROG_LIBTOOL'
src/core/description/Makefile.am:1: to `configure.ac' and run `aclocal' 
and `autoconf' again.
src/core/description/Makefile.am:17: variable 
`libaxis2_engine_la_LDFLAGS' is defined but no program or
src/core/description/Makefile.am:17: library has `libaxis2_engine_la' as 
canonic name (possible typo)
src/core/engine/Makefile.am:1: Libtool library used but `LIBTOOL' is 
undefined

src/core/engine/Makefile.am:1:
src/core/engine/Makefile.am:1: The usual way to define `LIBTOOL' is to 
add `AC_PROG_LIBTOOL'
src/core/engine/Makefile.am:1: to `configure.ac' and run `aclocal' and 
`autoconf' again.
src/core/phaseresolver/Makefile.am:1: Libtool library used but `LIBTOOL' 
is undefined

src/core/phaseresolver/Makefile.am:1:
src/core/phaseresolver/Makefile.am:1: The usual way to define `LIBTOOL' 
is to add `AC_PROG_LIBTOOL'
src/core/phaseresolver/Makefile.am:1: to `configure.ac' and run 
`aclocal' and `autoconf' again.
src/core/receivers/Makefile.am:1: Libtool library used but `LIBTOOL' is 
undefined

src/core/receivers/Makefile.am:1:
src/core/receivers/Makefile.am:1: The usual way to define `LIBTOOL' is 
to add `AC_PROG_LIBTOOL'
src/core/receivers/Makefile.am:1: to `configure.ac' and run `aclocal' 
and `autoconf' again.
src/core/transport/http/common/Makefile.am:1: Libtool library used but 
`LIBTOOL' is undefined

src/core/transport/http/common/Makefile.am:1:
src/core/transport/http/common/Makefile.am:1: The usual way to define 
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/core/transport/http/common/Makefile.am:1: to `configure.ac' and run 
`aclocal' and `autoconf' again.
src/core/transport/http/receiver/Makefile.am:1: Libtool library used but 
`LIBTOOL' is undefined

src/core/transport/http/receiver/Makefile.am:1:
src/core/transport/http/receiver/Makefile.am:1: The usual way to define 
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/core/transport/http/receiver/Makefile.am:1: to `configure.ac' and 
run `aclocal' and `autoconf' again.
src/core/transport/http/sender/Makefile.am:2: Libtool library used but 
`LIBTOOL' is undefined

src/core/transport/http/sender/Makefile.am:2:
src/core/transport/http/sender/Makefile.am:2: The usual way to define 
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/core/transport/http/sender/Makefile.am:2: to `configure.ac' and run 
`aclocal' and `autoconf' again.
src/core/transport/http/server/apache2/Makefile.am:1: Libtool library 
used but `LIBTOOL' is undefined

src/core/transport/http/server/apache2/Makefile.am:1:
src/core/transport/http/server/apache2/Makefile.am:1: The usual way to 
define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/core/transport/http/server/apache2/Makefile.am:1: to `configure.ac' 
and run `aclocal' and `autoconf' again.
src/core/transport/http/util/Makefile.am:2: Libtool library used but 
`LIBTOOL' is undefined

src/core/transport/http/util/Makefile.am:2:
src/core/transport/http/util/Makefile.am:2: The usual way to define 
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/core/transport/http/util/Makefile.am:2: to `configure.ac' and run 
`aclocal' and `autoconf' again.
src/core/transport/tcp/

Re: dependencies for compiling svn version

2007-09-20 Thread Sanjaya Ratnaweera

Hi Michael,

   Need bit more information to understand the problem. Run the command 
autoconf and there'll be a detailed error message, please send it.


Thanks

   ~sanjaya
 
Michael Sutter wrote:

Sorry for my question,

but I already read the Install FAQ and wanted to know if there are 
other libraries needed than the mentioned.


So I told you what I have done:
Installed are libtool-1.5.2-56, zlib-1.2.1-70.12 and 
pkgconfig-0.15.0-194 - so this should work I think.
automake, autoconf and libxml are to old. So I compiled it from source 
und copied it to a folder under /usr (autoconf2.60, automake1.9.6 and 
libxml2-2.6.26)


After that I changed the following variables:
PKG_CONFIG_PATH=/usr/libxml2/lib/pkgconfig:$PKG_CONFIG_PATH
LD_LIBRARY_PATH=/usr/libxml2/lib:$LD_LIBRARY_PATH
PATH=/usr/automake/bin:/usr/autoconf/bin:$PATH

So I think all necessary libraries are used.

Then export AXIS2C_HOME=~/axis2, cd axis2-src and ./build.sh. After 
that it is sometimes broken with automake and sometimes with autoconf.

Have I something missed? Below are the messages from the build script.

On the other side the compiling of the 1.0.0 version works fine. But I 
have only tested it with the old autoconf and automake. Are the 
changes between both versions so big?


Regardas Michael

Running autogen.sh in Util
Running libtoolize...done.
Running aclocal...done.
Running autoheader...done.
Running autoconf...failed.
Running autogen.sh in Axiom
Running libtoolize...done.
Running aclocal...done.
Running autoheader...done.
Running autoconf...failed.
Running autogen.sh in Guththila
Running libtoolize...done.
Running aclocal...done.
Running autoheader...done.
Running autoconf...failed.
Running autogen.sh in Neethi
Running libtoolize...done.
Running aclocal...done.
Running autoheader...done.
Running autoconf...failed.
Running autogen.sh in Axis2/C
Running libtoolize...done.
Running aclocal...done.
Running autoheader...done.
Running autoconf...failed

Sanjaya Ratnaweera wrote:

Hi Michael,
   We're using following versions of autotools and other needed 
software to build Axis2/C.  Try  installing automake-1.9.
automake-1.9 or higher

   autoconf-2.59 or higher
   libtool-1.5 or higher
   zlib-1.2 or higher
  And also please send your error message.

Thanks

   ~sanjaya

Michael Sutter wrote:

Hello list,

I have a question for compiling the svn version of Axis2c. Which 
dependencies are necessary beside the libxml2?


I have a relativ old Linux (Suse 9.1) and want to compile the svn 
version with apache modul on it. The problem is, that the compiling 
is canceled with a error of automake. The versions of automake and 
autoconf are old ones (automake-1.8.3-23 and autoconf-2.59-75). Does 
anybody knows what the minimum version of both tools are or what 
other libraries I need for compiling the server?


Kind Regards
Michael

-
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]





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



Re: dependencies for compiling svn version

2007-09-20 Thread Chintana Wilamuna
On 9/20/07, Michael Sutter <[EMAIL PROTECTED]> wrote:

> Running autogen.sh in Util
> Running libtoolize...done.
> Running aclocal...done.
> Running autoheader...done.
> Running autoconf...failed.

Mark,

Looks like autoconf is failing in the Util folder.  Can you cd into
util and type autoconf?  That should give an idea about what exactly
is going on with autoconf.

Bye,

-Chintana

-- 
http://engwar.com/

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



Re: dependencies for compiling svn version

2007-09-20 Thread Michael Sutter

Sorry for my question,

but I already read the Install FAQ and wanted to know if there are other 
libraries needed than the mentioned.


So I told you what I have done:
Installed are libtool-1.5.2-56, zlib-1.2.1-70.12 and 
pkgconfig-0.15.0-194 - so this should work I think.
automake, autoconf and libxml are to old. So I compiled it from source 
und copied it to a folder under /usr (autoconf2.60, automake1.9.6 and 
libxml2-2.6.26)


After that I changed the following variables:
PKG_CONFIG_PATH=/usr/libxml2/lib/pkgconfig:$PKG_CONFIG_PATH
LD_LIBRARY_PATH=/usr/libxml2/lib:$LD_LIBRARY_PATH
PATH=/usr/automake/bin:/usr/autoconf/bin:$PATH

So I think all necessary libraries are used.

Then export AXIS2C_HOME=~/axis2, cd axis2-src and ./build.sh. After that 
it is sometimes broken with automake and sometimes with autoconf.

Have I something missed? Below are the messages from the build script.

On the other side the compiling of the 1.0.0 version works fine. But I 
have only tested it with the old autoconf and automake. Are the changes 
between both versions so big?


Regardas Michael

Running autogen.sh in Util
Running libtoolize...done.
Running aclocal...done.
Running autoheader...done.
Running autoconf...failed.
Running autogen.sh in Axiom
Running libtoolize...done.
Running aclocal...done.
Running autoheader...done.
Running autoconf...failed.
Running autogen.sh in Guththila
Running libtoolize...done.
Running aclocal...done.
Running autoheader...done.
Running autoconf...failed.
Running autogen.sh in Neethi
Running libtoolize...done.
Running aclocal...done.
Running autoheader...done.
Running autoconf...failed.
Running autogen.sh in Axis2/C
Running libtoolize...done.
Running aclocal...done.
Running autoheader...done.
Running autoconf...failed

Sanjaya Ratnaweera wrote:

Hi Michael,
   We're using following versions of autotools and other needed 
software to build Axis2/C.  Try  installing automake-1.9. 
   automake-1.9 or higher

   autoconf-2.59 or higher
   libtool-1.5 or higher
   zlib-1.2 or higher
  And also please send your error message.

Thanks

   ~sanjaya

Michael Sutter wrote:

Hello list,

I have a question for compiling the svn version of Axis2c. Which 
dependencies are necessary beside the libxml2?


I have a relativ old Linux (Suse 9.1) and want to compile the svn 
version with apache modul on it. The problem is, that the compiling 
is canceled with a error of automake. The versions of automake and 
autoconf are old ones (automake-1.8.3-23 and autoconf-2.59-75). Does 
anybody knows what the minimum version of both tools are or what 
other libraries I need for compiling the server?


Kind Regards
Michael

-
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: dependencies for compiling svn version

2007-09-20 Thread Dinesh Premalal
Hi Michael,
Michael Sutter <[EMAIL PROTECTED]> writes:

> Hello list,
>
> I have a question for compiling the svn version of Axis2c. Which
> dependencies are necessary beside the libxml2?
automake, autoconf, aclocal, pkg-conf, zlib , IRC these dependencies
mentioned in the INSTALL file. Other than automake 1.9 I'm not very
sure about version number.

> I have a relativ old Linux (Suse 9.1) and want to compile the svn
> version with apache modul on it. The problem is, that the compiling is
> canceled with a error of automake. The versions of automake and
> autoconf are old ones (automake-1.8.3-23 and autoconf-2.59-75). 
Apart from the other dependencies automake 1.9 is mandatory. You may
need to upgrade it.

thanks,
Dinesh

-- 
Dinesh Premalal
http://xydinesh.wordpress.com/
GPG ID : A255955C
GPG Key Finger Print : C481 E5D4 C27E DC34 9257  0229 4F44 266E A255 955C

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



Re: dependencies for compiling svn version

2007-09-20 Thread Sanjaya Ratnaweera

Hi Michael,
   We're using following versions of autotools and other needed 
software to build Axis2/C.  Try  installing automake-1.9.  


   automake-1.9 or higher
   autoconf-2.59 or higher
   libtool-1.5 or higher
   zlib-1.2 or higher
  
And also please send your error message.


Thanks

   ~sanjaya

Michael Sutter wrote:

Hello list,

I have a question for compiling the svn version of Axis2c. Which 
dependencies are necessary beside the libxml2?


I have a relativ old Linux (Suse 9.1) and want to compile the svn 
version with apache modul on it. The problem is, that the compiling is 
canceled with a error of automake. The versions of automake and 
autoconf are old ones (automake-1.8.3-23 and autoconf-2.59-75). Does 
anybody knows what the minimum version of both tools are or what other 
libraries I need for compiling the server?


Kind Regards
Michael

-
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]



dependencies for compiling svn version

2007-09-20 Thread Michael Sutter

Hello list,

I have a question for compiling the svn version of Axis2c. Which 
dependencies are necessary beside the libxml2?


I have a relativ old Linux (Suse 9.1) and want to compile the svn 
version with apache modul on it. The problem is, that the compiling is 
canceled with a error of automake. The versions of automake and autoconf 
are old ones (automake-1.8.3-23 and autoconf-2.59-75). Does anybody 
knows what the minimum version of both tools are or what other libraries 
I need for compiling the server?


Kind Regards
Michael

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