Tomcat installation in solaris

From: geeta@cdfd.org.in
Date: Mon Nov 10 2003 - 13:08:14 EST


Hi all,

I have installed apache and installed Tomcat.Both are running fine.
But the JK connector installation is giving problem and is much related
to solaris.

> ./buildconf.sh
libtoolize --force --automake --copy
aclocal
./buildconf.sh: aclocal: cannot execute
automake -a --foreign -i --copy
./buildconf.sh: automake: cannot execute
autoconf
/usr/local/bin/autoconf: /usr/local/bin/autom4te: not found

I have installed automake,autoconf,libtool(from sunfreeware)

but still getting this error and unable to solve.Have asked the
qn is Tomcat list butunable to solve the problem.

buildconf.sh
------------
#!/bin/sh

echo "libtoolize --force --automake --copy"
libtoolize --force --automake --copy
echo "aclocal"
#aclocal --acdir=`aclocal --print-ac-dir`
#aclocal --acdir=/usr/local/bin/aclocal
aclocal
echo "automake -a --foreign -i --copy"
automake -a --foreign -i --copy
echo "autoconf"
autoconf

This is the script of buildconf.sh

Pls suggest some solutions.

Thanks

Geetha Thanu

-
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:27:26 EDT