Bug 1121148
| Summary: | httpd-itk crashes | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Robbie <robbie.bays> |
| Component: | httpd-itk | Assignee: | Pavel Alexeev <pahan> |
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | pahan, s.adam |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-09-08 08:28:10 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Robbie
2014-07-18 13:43:27 UTC
I have the same issue as well. Problem is because el7 httpd is v2.4 and httpd-itk is v2.2, so many modules provided by httpd are not binary compatible. What version of httpd you have? Really I did not see any in epel7 branch. (In reply to Pavel Alexeev (aka Pahan-Hubbitus) from comment #2) > What version of httpd you have? Really I did not see any in epel7 branch. The RHN supplies 2.4.6. However this is too new a version for httpd-itk 2.2.22 to use, hence why httpd-itk fails to start correctly (EPEL needs to provide a 2.4 version for it to work). http is a required dependency for httpd-itk: [root@kmi-appsvr05 ~]# yum install httpd-itk Loaded plugins: rhnplugin This system is receiving updates from RHN Classic or Red Hat Satellite. Resolving Dependencies --> Running transaction check ---> Package httpd-itk.x86_64 0:2.2.22-9.el7 will be installed --> Processing Dependency: httpd >= 2.2.22 for package: httpd-itk-2.2.22-9.el7.x86_64 --> Running transaction check ---> Package httpd.x86_64 0:2.4.6-18.el7_0 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: httpd-itk x86_64 2.2.22-9.el7 epel 141 k Installing for dependencies: httpd x86_64 2.4.6-18.el7_0 rhel-x86_64-server-7 1.2 M Transaction Summary ================================================================================ Install 1 Package (+1 Dependent package) Total size: 1.3 M Total download size: 141 k Installed size: 4.1 M Is this ok [y/d/N]: N So it is a problem. Unfortunately MPM-ITK require at least httpd 2.4.7 (http://mpm-itk.sesse.net/). There I also even did not found httpd component for reassign. Thus unfortunately I can't fix it. I've could recommend you ask RedHat to update httpd and when (if) that happened I'll be glad build httpd-itk also. |