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/01/03 01:48:26 UTC

DO NOT REPLY [Bug 15771] New: - correction needed to Makefile.apxs

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: tomcat-dev@jakarta.apache.org
        ReportedBy: phil@bolthole.com


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