Bug 110981
| Summary: | apr-headers not found | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andreas Pfaffeneder <apfaffeneder> |
| Component: | httpd | Assignee: | Joe Orton <jorton> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-11-26 09:23:44 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
This is a problem with the mod_ngobjweb build process then: it should use apxs -c or add -I`apxs -q APR_INCLUDEDIR` to CFLAGS. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.4.1) Gecko/20031030 Description of problem: apr-devel-0.9.4-2 httpd-devel-2.0.47-10 compiling mod_ngobjweb from opengroupware.org results in many includes from apr-devel not found, for example: /usr/include/httpd/ap_config.h:58:17: apr.h: No such file or directory Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. apt-get install httpd-devel and depencies 2. apt-get install apr-devel and depencies 3. compile mod_ngobjweb Actual Results: Compile fails Expected Results: compile not to fail Additional info: Linking the apr-headers into the httpd-devel-directory solves the problem: ln -s /usr/include/apr-0/* /usr/include/httpd/