DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26206>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26206 Missing 'libtool' in /etc/httpd/build Summary: Missing 'libtool' in /etc/httpd/build Product: Tomcat 4 Version: 4.0 Beta 1 Platform: PC OS/Version: Linux Status: NEW Severity: Major Priority: Other Component: Connector:Coyote JK 2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Trying to build mod_jk2 on Fedora Core 1 produces an error: make[1]: /etc/httpd/build/libtool: Command not found Description of problem: Trying to compile mod_jk2, which complains that /etc/httpd/build/libtool do not exist. Version-Release number of selected component (if applicable): httpd-devel-2.0.48-1.2 httpd-2.0.48-1.2 apr-devel-0.9.4-2 apr-0.9.4-2 apr-util-0.9.4-2 apr-util-devel-0.9.4-2 How reproducible: easy Steps to Reproduce: in <mod_jk_src>/jk/native2 1. sh buildconf.sh 2. ./configure --with-axps2=/usr/sbin/apxs --with-java-home=${JAVA_HOME} 3. make Actual results: list=' server/apache2'; \ for i in $list; do \ echo "Making $target in $i"; \ if test "$i" != "."; then \ (cd $i && make) || exit 1; \ fi; \ done; Making in server/apache2 make[1]: Entering directory `/x/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/server/apache2' mkdir -p ../../../build/jk2/apache2 /etc/httpd/build/libtool --mode=compile gcc -O2 -g -pipe -march=i386 -mcpu=i686 -DSSL_EXPERIMENTAL_ENGINE -I/usr/kerberos/include -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/include/httpd -I /opt/java/include -I /opt/java/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_APR -c ../../common/jk_channel_apr_socket.c -o ../../../build/jk2/apache2/jk_channel_apr_socket.lo make[1]: /etc/httpd/build/libtool: Command not found make[1]: *** [../../../build/jk2/apache2/jk_channel_apr_socket.lo] Error 127 make[1]: Leaving directory `/x/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/server/apache2' make: *** [jk2-build] Error 1 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]