All fixed now. Latest version of openssl fixed my problem.
As my network is isolated from the internet, I have a local yum repo for my 
servers.
I have one that does have internet connectivity which rsyncs with a repo 
supplied by a local ISP.
That repo is then rsync'ed (at infrequent intevals) to a USB hard drive, which 
is then taken to my
repo and rsync'ed up.
It just happened that the current Icinga2 version was built in between my 
update sessions.
Anyway, it is installed; now I'm fighting with the nagios-plugins :-(
Hopefully I'll be able to use Icinga2 soon.
Thanks for the help.

Ian

On 16/01/14 06:09, Michael Friedrich wrote:
> On 15.01.2014 01:58, Ian Bennett wrote:
>> 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.
> Hm, and how does that box receive updates then? It might not fetch the 
> required dependency.
> 
> Though, to note, the icinga 2 packages are built against the latest release 
> of CentOS, in regards of
> 0.0.6 release this would be CentOS 6.5 (not 6.4).
> 
> It may be reasonable to download the SRPM and rebuild it against your local 
> environment, instead of
> the prebuilt binaries linking against openssl libs.
> 
>>
>> 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.
> 
> That's strange.
> 
> Can you do a
> 
> # uname -a
> # cat /etc/centos-release
> 
> and
> 
> # yum info openssl
> # ls -la /usr/lib64/libssl*
> 
> # ldconfig -v | grep ssl
> 
> 
> 
_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to