DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39505>.
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: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to