You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/11/13 22:54:53 UTC

DO NOT REPLY [Bug 24690] New: - jk 1.2.5 doesn't even compile on linux

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: tomcat-dev@jakarta.apache.org
        ReportedBy: michailowm@mail.ru


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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org