Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 92152 invoked from network); 7 May 2006 12:48:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 May 2006 12:48:03 -0000 Received: (qmail 90135 invoked by uid 500); 7 May 2006 12:47:59 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 90081 invoked by uid 500); 7 May 2006 12:47:59 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 90069 invoked by uid 500); 7 May 2006 12:47:59 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 90065 invoked by uid 99); 7 May 2006 12:47:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 May 2006 05:47:58 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 May 2006 05:47:58 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 9E9DC7142CD; Sun, 7 May 2006 12:47:19 +0000 (GMT) From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 39505] New: - jakarta-tomcat-connectors-1.2.15-src compilation glitch Message-ID: X-Bugzilla-Reason: AssignedTo Date: Sun, 7 May 2006 12:47:19 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=39505 Summary: jakarta-tomcat-connectors-1.2.15-src compilation glitch Product: Tomcat 5 Version: Unknown Platform: Macintosh OS/Version: Mac OS X 10.4 Status: NEW Severity: enhancement Priority: P2 Component: Native:JK AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: d.malenicic@gmx.net I have compiled my apache 2.0.55 web server using alaready existing apache APR library under /usr/local/apr. My web server is installed under /usr/local/apache2. While compiling jakarta-tomcat-connectors-1.2.15 compiler couldn't find libtool in /usr/local/apache/build since it was in /usr/local/apr/build. Following is the compiler error message: /bin/sh /usr/local/apache2/build/libtool --silent --mode=compile gcc -I/usr/local/apache2/include -g -O2 -DHAVE_JNI -g -O2 -DHAVE_APR -I/usr/local/apr/include/apr-0 -I/usr/local/apr/include/apr-0 -g -O2 -DHAVE_JNI -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I /System/Library/Frameworks/JavaVM.framework/Home/include -I /System/Library/Frameworks/JavaVM.framework/Home/include/ -c jk_ajp12_worker.c -o jk_ajp12_worker.lo /usr/local/apache2/build/libtool: /usr/local/apache2/build/libtool: No such file or directory make[1]: *** [jk_ajp12_worker.lo] Error 127 The solution was trivial, the symbolic link /usr/local/apache2/build/libtool --> /usr/local/apr/build/libtool. Maybe you guys could add an option in configure script to specify not just the apxs path but also the apr path. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org