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=24690>.
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=24690

jk 1.2.5 doesn't even compile on linux

           Summary: jk 1.2.5 doesn't even compile on linux
           Product: Tomcat 4
           Version: 4.1.29
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Connector:JK/AJP (deprecated)
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


1. ./configure fails to determine the proper os type. The os type is guessed as
unix (on line 9097 in ./configure). The path $(JAVA_HOME)/include/[unix] is then
build for JNI headers and jni_md.h gets never included. It stops the build. 

2. If --with-jni option is used the *.lo files in the native/jni subdirectory
are put not in the native/common subdirectory as expected later by libtool
–mode=link but in ./jni subdirectory. After all the libtool cannot find the *.lo
files in ../common and it breaks the build.

Is this a build, as you understand it?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to