Issue #5654 has been updated by Nigel Kersten. Target version changed from GA to PE 1.0
---------------------------------------- Bug #5654: puppet-enterprise-0.6rc4: openssl requirement too high (requires openssl from RHEL5.5) https://projects.puppetlabs.com/issues/5654 Author: Corey Osman Status: Closed Priority: Low Assignee: Nigel Kersten Category: Target version: PE 1.0 Keywords: openssl, puppet enterprise, packaging Branch: Affected URL: Affected PE version: The openssl requirement that is needed by pe-mod-ssl requires a version of openssl that assumes you have the latest version from RHEL5.5. I am running RHEL5.4 x86_64 and I had to download the latest from RHN in order to get the installer working. Anybody running an older version of RHEL5 will have this issue. **OS version:** RHEL 5.4 x86_64 **RHEL5.4 openssl:** openssl-0.9.8e-12.el5 **openssl required by PE:** 0.9.8e-12.el5_4.4 Output: STEP 4: INSTALL PACKAGES ## Installing packages from files... error: Failed dependencies: openssl >= 0.9.8e-12.el5_4.4 is needed by pe-mod_ssl-2.2.3-1.el5.x86_64 ================================================================================ !! ERROR: Could not install packages from files; see messages above for cause. ================================================================================ [root@puppet puppet-enterprise-0.6rc4-rhel-5-x86_64]# rpm -qa |grep openssl openssl-devel-0.9.8e-12.el5 openssl-0.9.8e-12.el5 openssl-devel-0.9.8e-12.el5 openssl-0.9.8e-12.el5 [root@puppet puppet-enterprise-0.6rc4-rhel-5-x86_64]# more /etc/redhat-release Red Hat Enterprise Linux Server release 5.4 (Tikanga) The workaround is to simply install the openssl >= 0.9.8e-12.el5_4.4. The fix would be to compile the packages with an older version of openssl that is supported on RHEL5.0. However, there may be security implications involved that require the use of the newer version. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
