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



--
DI (FH) Michael Friedrich

mail:     michael.friedr...@gmail.com
twitter:  https://twitter.com/dnsmichi
jabber:   dnsmi...@jabber.ccc.de
irc:      irc.freenode.net/icinga dnsmichi

icinga open source monitoring
position: lead core developer
url:      https://www.icinga.org

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

Reply via email to