Good Morning Group,
   Apologies for this lengthy message but I don't want to convey everything
I've done.
   I'm trying to install Icinga2 onto a Centos 6.4 x86_64 VM. This machine is
on a network that does not have internet connectivity, so I copied all the
x86_64 files from the packages.icinga.org website onto my local yum
repository, then rebuilt the repodata with createrepo.
   When I try to install, I get the following:

yum install icinga2

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package icinga2.x86_64 0:0.0.6-1.el6 will be installed
--> Processing Dependency: icinga2-common = 0.0.6 for package:
icinga2-0.0.6-1.el6.x86_64
--> Processing Dependency: boost-thread >= 1.41 for package:
icinga2-0.0.6-1.el6.x86_64
--> Processing Dependency: boost-test >= 1.41 for package:
icinga2-0.0.6-1.el6.x86_64
--> Processing Dependency: boost-system >= 1.41 for package:
icinga2-0.0.6-1.el6.x86_64
--> Processing Dependency: boost-regex >= 1.41 for package:
icinga2-0.0.6-1.el6.x86_64
--> Processing Dependency: boost-program-options >= 1.41 for package:
icinga2-0.0.6-1.el6.x86_64
--> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package:
icinga2-0.0.6-1.el6.x86_64
--> Processing Dependency: libboost_thread-mt.so.5()(64bit) for package:
icinga2-0.0.6-1.el6.x86_64
--> Processing Dependency: libboost_system-mt.so.5()(64bit) for package:
icinga2-0.0.6-1.el6.x86_64
--> Processing Dependency: libboost_regex-mt.so.5()(64bit) for package:
icinga2-0.0.6-1.el6.x86_64
--> Processing Dependency: libboost_program_options-mt.so.5()(64bit) for
package: icinga2-0.0.6-1.el6.x86_64
--> Running transaction check
---> Package boost-program-options.x86_64 0:1.41.0-17.el6_4 will be installed
---> Package boost-regex.x86_64 0:1.41.0-17.el6_4 will be installed
--> Processing Dependency: libicuuc.so.42()(64bit) for package:
boost-regex-1.41.0-17.el6_4.x86_64
--> Processing Dependency: libicui18n.so.42()(64bit) for package:
boost-regex-1.41.0-17.el6_4.x86_64
---> Package boost-system.x86_64 0:1.41.0-17.el6_4 will be installed
---> Package boost-test.x86_64 0:1.41.0-17.el6_4 will be installed
---> Package boost-thread.x86_64 0:1.41.0-17.el6_4 will be installed
---> Package icinga2.x86_64 0:0.0.6-1.el6 will be installed
--> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package:
icinga2-0.0.6-1.el6.x86_64
---> Package icinga2-common.x86_64 0:0.0.6-1.el6 will be installed
--> Running transaction check
---> Package icinga2.x86_64 0:0.0.6-1.el6 will be installed
--> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package:
icinga2-0.0.6-1.el6.x86_64
---> Package libicu.x86_64 0:4.2.1-9.1.el6_2 will be installed
--> Finished Dependency Resolution
Error: Package: icinga2-0.0.6-1.el6.x86_64 (icinga-stable-release)
           Requires: libssl.so.10(libssl.so.10)(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

   Now according to the following...

yum provides libssl.so.10

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
openssl-1.0.0-27.el6.i686 : A general purpose cryptography library with TLS
implementation
Repo        : base
Matched from:
Other       : libssl.so.10

openssl-1.0.0-27.el6_4.2.i686 : A general purpose cryptography library with
TLS implementation
Repo        : updates
Matched from:
Other       : libssl.so.10

   ....libssl.so.10 is provided by the openssl package, however when I....

yum install openssl

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Setting up Install Process
Package openssl-1.0.0-27.el6_4.2.x86_64 already installed and latest version
Nothing to do

   ....the openssl package is already installed. This is reinforced by...

locate libssl.so.10

/usr/lib64/.libssl.so.10.hmac
/usr/lib64/libssl.so.10

   ... which shows it exists on my server.
   Not sure if this is significant, but if I "yum install libssl.so.10", I
get a flurry of activity and a host of dependencies that need installing; all
for the i686 architecture. This is odd given I'm using a x86_64 version.
   Appreciate any assistance or suggestions.
   Regards,

Ian

_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to