You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kemp Randy-W18971 <Ra...@motorola.com> on 2001/10/08 20:22:08 UTC

Error with webapp build

What could be causing this error with the Tomcat webapp build?

[pb]ee110# make
make[1]: Entering directory `/usr2/ecadtesting/webapp-module-1.0-tc40'

make[1]: Entering directory "lib"
make[1]: Invoking "make  build"
make[2]: Entering directory `/usr2/ecadtesting/webapp-module-1.0-tc40/lib'
make[2]: Nothing to be done for `build'.
make[2]: Leaving directory `/usr2/ecadtesting/webapp-module-1.0-tc40/lib'
make[1]: Exiting directory "lib"
make[1]: Leaving directory `/usr2/ecadtesting/webapp-module-1.0-tc40'
make[1]: Entering directory `/usr2/ecadtesting/webapp-module-1.0-tc40'

make[1]: Entering directory "/usr2/ecadtesting/webapp-module-1.0-tc40/apr"
make[1]: Invoking "make  all"
make[2]: Entering directory `/usr2/ecadtesting/webapp-module-1.0-tc40/apr'
Making all in strings
make[3]: Entering directory
`/usr2/ecadtesting/webapp-module-1.0-tc40/apr/strings'
make[4]: Entering directory
`/usr2/ecadtesting/webapp-module-1.0-tc40/apr/strings'
/bin/sh /usr2/ecadtesting/webapp-module-1.0-tc40/apr/libtool --silent
--mode=compile gcc    -DHAVE_CONFIG_H -DSOLARIS2=6
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT   -I../include
-I../include/arch/unix  -c apr_cpystrn.c && touch apr_cpystrn.lo
libtool: ltconfig version `' does not match ltmain.sh version `1.3.5'
Fatal configuration error.  See the libtool docs for more information.
make[4]: *** [apr_cpystrn.lo] Error 1
make[4]: Leaving directory
`/usr2/ecadtesting/webapp-module-1.0-tc40/apr/strings'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/usr2/ecadtesting/webapp-module-1.0-tc40/apr/strings'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr2/ecadtesting/webapp-module-1.0-tc40/apr'
make[1]: Exiting directory "/usr2/ecadtesting/webapp-module-1.0-tc40/apr"
make[1]: *** [template] Error 2
make[1]: Leaving directory `/usr2/ecadtesting/webapp-module-1.0-tc40'
make: *** [apr-build] Error 2


Re: Error with webapp build

Posted by Alex Sanderson <al...@duke-interactive.com>.
Read my post from a few days ago. In short, you need to run buildconf first in
the apr directory and if it still doesn't work then check for a version of
libtool on your system and then download apr from apache cvs.

----- Original Message -----
From: "Kemp Randy-W18971" <Ra...@motorola.com>
To: <to...@jakarta.apache.org>
Sent: Monday, October 08, 2001 8:22 PM
Subject: Error with webapp build


> What could be causing this error with the Tomcat webapp build?
>
> [pb]ee110# make
> make[1]: Entering directory `/usr2/ecadtesting/webapp-module-1.0-tc40'
>
> make[1]: Entering directory "lib"
> make[1]: Invoking "make  build"
> make[2]: Entering directory `/usr2/ecadtesting/webapp-module-1.0-tc40/lib'
> make[2]: Nothing to be done for `build'.
> make[2]: Leaving directory `/usr2/ecadtesting/webapp-module-1.0-tc40/lib'
> make[1]: Exiting directory "lib"
> make[1]: Leaving directory `/usr2/ecadtesting/webapp-module-1.0-tc40'
> make[1]: Entering directory `/usr2/ecadtesting/webapp-module-1.0-tc40'
>
> make[1]: Entering directory "/usr2/ecadtesting/webapp-module-1.0-tc40/apr"
> make[1]: Invoking "make  all"
> make[2]: Entering directory `/usr2/ecadtesting/webapp-module-1.0-tc40/apr'
> Making all in strings
> make[3]: Entering directory
> `/usr2/ecadtesting/webapp-module-1.0-tc40/apr/strings'
> make[4]: Entering directory
> `/usr2/ecadtesting/webapp-module-1.0-tc40/apr/strings'
> /bin/sh /usr2/ecadtesting/webapp-module-1.0-tc40/apr/libtool --silent
> --mode=compile gcc    -DHAVE_CONFIG_H -DSOLARIS2=6
> -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT   -I../include
> -I../include/arch/unix  -c apr_cpystrn.c && touch apr_cpystrn.lo
> libtool: ltconfig version `' does not match ltmain.sh version `1.3.5'
> Fatal configuration error.  See the libtool docs for more information.
> make[4]: *** [apr_cpystrn.lo] Error 1
> make[4]: Leaving directory
> `/usr2/ecadtesting/webapp-module-1.0-tc40/apr/strings'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
> `/usr2/ecadtesting/webapp-module-1.0-tc40/apr/strings'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr2/ecadtesting/webapp-module-1.0-tc40/apr'
> make[1]: Exiting directory "/usr2/ecadtesting/webapp-module-1.0-tc40/apr"
> make[1]: *** [template] Error 2
> make[1]: Leaving directory `/usr2/ecadtesting/webapp-module-1.0-tc40'
> make: *** [apr-build] Error 2
>
>
>