Bug 731547
| Summary: | Cannot load on x86_64 EL6 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Eric Eisenhart <eric.eisenhart> |
| Component: | mod_auth_cas | Assignee: | Adam Miller <maxamillion> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el6 | CC: | maxamillion, tremble |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-08-17 20:49:37 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 bug has been marked as a duplicate of bug 708550 *** |
Description of problem: Install mod_auth_cas breaks httpd. Appears to be looking for some SSL symbols that aren't there or aren't loaded. mod_auth_cas requires doesn't include any SSL things, but I do have mod_ssl and openssl packages installed. Easily fixed by removing mod_auth_cas package Version-Release number of selected component (if applicable): mod_auth_cas.x86_64 0:1.0.8.1-2.el6 redhat-release-server-6Server-6.1.0.2.el6.x86_64 epel-release-6-5.noarch httpd-2.2.15-9.el6.x86_64 mod_ssl-2.2.15-9.el6.x86_64 How reproducible: Very Steps to Reproduce: 1. yum -y install mod_auth_cas 2. service httpd restart Actual results: Stopping httpd: [ OK ] Starting httpd: httpd: Syntax error on line 221 of /etc/httpd/conf/httpd.conf: Syntax error on line 6 of /etc/httpd/conf.d/auth_cas.conf: Cannot load /etc/httpd/modules/mod_auth_cas.so into server: /etc/httpd/modules/mod_auth_cas.so: undefined symbol: SSL_connect [FAILED] Expected results: Stopping httpd: [ OK ] Starting httpd: [ OK ]