Bug 445839
| Summary: | bogus LoadFile in default config | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Joe Orton <jorton> |
| Component: | mod_security | Assignee: | Michael Fleming <mfleming+rpm> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 9 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-09-25 00:01:47 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: | |||
|
Description
Joe Orton
2008-05-09 10:59:07 UTC
This is really, really, ugly.
# ldd /usr/lib/httpd/modules/mod_security2.so
linux-gate.so.1 => (0x00110000)
libpthread.so.0 => /lib/libpthread.so.0 (0x0013f000)
libc.so.6 => /lib/libc.so.6 (0x00158000)
/lib/ld-linux.so.2 (0x00756000)
# nm -D /usr/lib/httpd/modules/mod_security2.so | grep -c 'U xml'
23
Believe it or not, the LoadFile directives are per the upstream's install documentation. :-\ I agree that it's a bad idea though, and I'd like to see the end of it. Let me have a tinker with the package locally, I believe I can get rid of it. Should that work expect to see some updates. Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping mod_security-2.5.6-1.fc9 has been submitted as an update for Fedora 9. /updates/mod_security-2.5.6-1.fc9 mod_security-2.5.6-1.fc8 has been submitted as an update for Fedora 8. /updates/mod_security-2.5.6-1.fc8 mod_security-2.5.6-1.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update mod_security'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-7590 mod_security-2.5.6-1.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update mod_security'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-7449 mod_security-2.5.6-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. mod_security-2.5.6-1.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. |