Hi, openssl-1.0.1e packages have been introduced with RHEL 6.5, they have the Provides: libssl.so.10(libssl.so.10)(64bit) and libcrypto.so.10(libcrypto.so.10)(64bit) while the openssl-1.0.0 packages (up to RHEL 6.4) only have libssl.so.10()(64bit) and libcrypto.so.10()(64bit) as Provides.
The libz dependency is probably something similar. However, as of https://access.redhat.com/support/policy/updates/errata even Red Hat EUS support ended June 30, 2014, so it does not seem to make much sense to put much effort into this. The only thing you could try would be manual installing the packages such as with rpm --nodeps, but I would not recommend that. Regards, Stephan On 06/09/2016 10:57 PM, Rob Williams wrote: > I have been trying to install the v15.2 client to RHEL v6.3. Installing to > v6.5 and v6.6 are successful. However, when I install to RHEL v6.3, I get a > ton of dependency issues, on items that are already installed (see below). I > have tried installing the dependencies, yet that leads to other dependencies. > > > Any help would be GREATLY appreciated please!! > > > [root@app-prod-5 ~]# yum install bareos-client > Loaded plugins: dellsysid, fastestmirror, rhnplugin > This system is receiving updates from RHN Classic or Red Hat Satellite. > Loading mirror speeds from cached hostfile > Setting up Install Process > Resolving Dependencies > --> Running transaction check > ---> Package bareos-client.x86_64 0:15.2.2-37.1.el6 will be installed > --> Processing Dependency: bareos-filedaemon = 15.2.2 for package: > bareos-client-15.2.2-37.1.el6.x86_64 > --> Processing Dependency: bareos-bconsole = 15.2.2 for package: > bareos-client-15.2.2-37.1.el6.x86_64 > --> Running transaction check > ---> Package bareos-bconsole.x86_64 0:15.2.2-37.1.el6 will be installed > --> Processing Dependency: bareos-common = 15.2.2 for package: > bareos-bconsole-15.2.2-37.1.el6.x86_64 > --> Processing Dependency: libbareoscfg-15.2.2.so()(64bit) for package: > bareos-bconsole-15.2.2-37.1.el6.x86_64 > --> Processing Dependency: libbareos-15.2.2.so()(64bit) for package: > bareos-bconsole-15.2.2-37.1.el6.x86_64 > --> Processing Dependency: libfastlz.so.1()(64bit) for package: > bareos-bconsole-15.2.2-37.1.el6.x86_64 > --> Processing Dependency: libjansson.so.4()(64bit) for package: > bareos-bconsole-15.2.2-37.1.el6.x86_64 > --> Processing Dependency: liblzo2.so.2()(64bit) for package: > bareos-bconsole-15.2.2-37.1.el6.x86_64 > ---> Package bareos-filedaemon.x86_64 0:15.2.2-37.1.el6 will be installed > --> Running transaction check > ---> Package bareos-common.x86_64 0:15.2.2-37.1.el6 will be installed > --> Processing Dependency: libz.so.1(ZLIB_1.2.0)(64bit) for package: > bareos-common-15.2.2-37.1.el6.x86_64 > --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: > bareos-common-15.2.2-37.1.el6.x86_64 > --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for > package: bareos-common-15.2.2-37.1.el6.x86_64 > ---> Package jansson.x86_64 0:2.6-1.el6 will be installed > ---> Package libfastlz.x86_64 0:0.1-7.2.el6 will be installed > ---> Package lzo.x86_64 0:2.03-3.1.el6 will be installed > --> Finished Dependency Resolution > Error: Package: bareos-common-15.2.2-37.1.el6.x86_64 (bareos-15.2-centos6.3) > Requires: libz.so.1(ZLIB_1.2.0)(64bit) > Error: Package: bareos-common-15.2.2-37.1.el6.x86_64 (bareos-15.2-centos6.3) > Requires: libssl.so.10(libssl.so.10)(64bit) > Error: Package: bareos-common-15.2.2-37.1.el6.x86_64 (bareos-15.2-centos6.3) > Requires: libcrypto.so.10(libcrypto.so.10)(64bit) > You could try using --skip-broken to work around the problem > -- Stephan Dühr [email protected] Bareos GmbH & Co. KG Phone: +49 221-630693-90 http://www.bareos.com Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646 Komplementär: Bareos Verwaltungs-GmbH Geschäftsführer: S. Dühr, M. Außendorf, J. Steffens, Philipp Storz, M. v. Wieringen -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
