https://issues.apache.org/bugzilla/show_bug.cgi?id=53341

Konstantin Kolinko <knst.koli...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Konstantin Kolinko <knst.koli...@gmail.com> ---
The build output says:

> /usr/local/src/httpd-2.4.2/include/ap_hooks.h:39:17: error: apr.h: No such 
> file or directory

So an HTTPD header cannot find APR header that it depends on. You should check
why it happens. The paths in gcc command look OK, but maybe those directories
are empty or not readable.

> /usr/local/src/httpd-2.4.2/include/httpd.h:1746:

This again is HTTPD header, not ours, and you certainly have to resolve earlier
errors first.


I see no issue with mod_jk here. I think it is something wrong with your build
environment and it is not a bug neither here nor in httpd.  It would be better
to ask on the users mailing list. Bugzilla is not a support forum.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to