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

correction needed to Makefile.apxs

           Summary: correction needed to Makefile.apxs
           Product: Tomcat 5
           Version: 5.0.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connector:Coyote JK 2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


jk/native2/server/apache13/Makefile.apxs.in
the line with $(APXS) in it needs to be fixed, to replace

  mod_jk2.c

with something like

 ${C_FILES}

Then C_FILES needs to be defined to add jk_service_apache13.c

eg:

C_FILES=jk_service_apache13.c mod_jk2.c

the code does not properly build as-is, since the DSO will be missing the code
in jk_service_apache13.c


PS: This is with "jk2-2.0.2" source.

I think it should really have its own bug area. But since it doesnt, I guess I
have to file the bug in this section.

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

Reply via email to