| Summary: | php version mismatch with httpd ? | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Donald Cohen <don-redhat-z6y> |
| Component: | php | Assignee: | Joe Orton <jorton> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | fedora, jorton, kishwer, rpm |
| 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-01-29 17:00:16 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: | |
|
Description
Donald Cohen
2013-12-06 20:33:45 UTC
yum update openssl seems to solve the problem. It seems that this ought to be done by the yum install. I think this was a case where OpenSSL update didn't apply symbol versioning quite correctly; annoying but hard to detect & avoid. A "yum update" to the latest packages should work in those cases anyway. Sorry! Follow the steps for respective OS from the given below links. Make sure, you do not have removed all previous installation for httpd. use 'yum list package-name' to find the list of installed package and use 'yum remove package-name' for removal. After that, run command 'yum clean all', then follow steps on given below links. http://www.if-not-true-then-false.com/2010/lamp-linux-apache-mysql-php-on-fedora-centos-red-hat-rhel/ |