Hi guys,
I installed according to CentOS instructions but got the error below:
[root@new ~]# yum install icinga2 -y
Loaded plugins: fastestmirror, rhnplugin, universal-hooks
This system is receiving updates from CLN.
Loading mirror speeds from cached hostfile
- EA4: 103.15.48.49
- EA4-experimental-c7: 103.15.48.49
- cpanel-addons-production-feed: 103.15.48.49
- cpanel-plugins: 103.15.48.49
- cloudlinux-x86_64-server-7: as-sgp.cl-mirror.net
Resolving Dependencies
→ Running transaction check
—> Package icinga2.x86_64 0:2.14.2-1.el7 will be installed
→ Processing Dependency: icinga2-bin = 2.14.2-1.el7 for package: icinga2-2.14.2-1.el7.x86_64
→ Processing Dependency: icinga2-common = 2.14.2-1.el7 for package: icinga2-2.14.2-1.el7.x86_64
→ Running transaction check
—> Package icinga2-bin.x86_64 0:2.14.2-1.el7 will be installed
→ Processing Dependency: libboost_coroutine.so.1.69.0()(64bit) for package: icinga2-bin-2.14.2-1.el7.x86_64
→ Processing Dependency: libboost_chrono.so.1.69.0()(64bit) for package: icinga2-bin-2.14.2-1.el7.x86_64
→ Processing Dependency: libboost_thread.so.1.69.0()(64bit) for package: icinga2-bin-2.14.2-1.el7.x86_64
→ Processing Dependency: libboost_date_time.so.1.69.0()(64bit) for package: icinga2-bin-2.14.2-1.el7.x86_64
→ Processing Dependency: libboost_regex.so.1.69.0()(64bit) for package: icinga2-bin-2.14.2-1.el7.x86_64
→ Processing Dependency: libboost_system.so.1.69.0()(64bit) for package: icinga2-bin-2.14.2-1.el7.x86_64
→ Processing Dependency: libboost_filesystem.so.1.69.0()(64bit) for package: icinga2-bin-2.14.2-1.el7.x86_64
→ Processing Dependency: libboost_program_options.so.1.69.0()(64bit) for package: icinga2-bin-2.14.2-1.el7.x86_64
→ Processing Dependency: libboost_iostreams.so.1.69.0()(64bit) for package: icinga2-bin-2.14.2-1.el7.x86_64
→ Processing Dependency: libboost_atomic.so.1.69.0()(64bit) for package: icinga2-bin-2.14.2-1.el7.x86_64
→ Processing Dependency: libboost_context.so.1.69.0()(64bit) for package: icinga2-bin-2.14.2-1.el7.x86_64
—> Package icinga2-common.x86_64 0:2.14.2-1.el7 will be installed
→ Finished Dependency Resolution
Error: Package: icinga2-bin-2.14.2-1.el7.x86_64 (icinga-stable-release)
Requires: libboost_chrono.so.1.69.0()(64bit)
Error: Package: icinga2-bin-2.14.2-1.el7.x86_64 (icinga-stable-release)
Requires: libboost_system.so.1.69.0()(64bit)
Error: Package: icinga2-bin-2.14.2-1.el7.x86_64 (icinga-stable-release)
Requires: libboost_coroutine.so.1.69.0()(64bit)
Error: Package: icinga2-bin-2.14.2-1.el7.x86_64 (icinga-stable-release)
Requires: libboost_filesystem.so.1.69.0()(64bit)
Error: Package: icinga2-bin-2.14.2-1.el7.x86_64 (icinga-stable-release)
Requires: libboost_program_options.so.1.69.0()(64bit)
Error: Package: icinga2-bin-2.14.2-1.el7.x86_64 (icinga-stable-release)
Requires: libboost_context.so.1.69.0()(64bit)
Error: Package: icinga2-bin-2.14.2-1.el7.x86_64 (icinga-stable-release)
Requires: libboost_atomic.so.1.69.0()(64bit)
Error: Package: icinga2-bin-2.14.2-1.el7.x86_64 (icinga-stable-release)
Requires: libboost_regex.so.1.69.0()(64bit)
Error: Package: icinga2-bin-2.14.2-1.el7.x86_64 (icinga-stable-release)
Requires: libboost_date_time.so.1.69.0()(64bit)
Error: Package: icinga2-bin-2.14.2-1.el7.x86_64 (icinga-stable-release)
Requires: libboost_iostreams.so.1.69.0()(64bit)
Error: Package: icinga2-bin-2.14.2-1.el7.x86_64 (icinga-stable-release)
Requires: libboost_thread.so.1.69.0()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Is there any way to help me?