Hola miren tengo una duda, segui esta guia para instalar tomcat y apache: http://mundogeek.net/archivos/2006/04/03/apache-y-tomcat-en-linux/
y en la parte de la instalacion del mod_jk a la hora de hacer esto:
/usr/local/src/tomcat-connectors-1.2.26-src/native# ./buildconf.sh
-aparece esto
rm autom4te.cache
libtoolize --force --automake --copy
./buildconf.sh: line 23: libtoolize: command not found
aclocal
configure.in:153: warning: macro `AM_PROG_LIBTOOL' not found in library
autoheader
automake -a --foreign --copy
autoconf
configure.in:143: error: possibly undefined macro: AC_PROG_LD
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:149: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.in:151: error: possibly undefined macro: AM_PROG_LIBTOOL
rm autom4te.cache
¿saben que es lo que puedo hacer?
Gracias.