ld.so.1: nagios: fatal: libc.so.1: version `SUNW_1.22.7' not

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
anilgupta
Posts: 102
Joined: Fri Mar 01, 2019 8:35 am

ld.so.1: nagios: fatal: libc.so.1: version `SUNW_1.22.7' not

Post by anilgupta »

Team,

I am on below version of Nagios on "SunOS csbiamapp01 5.10 Generic_142909-17 sun4v sparc SUNW,T5240"
Nagios Stats 3.4.1
Copyright (c) 2003-2008 Ethan Galstad (http://www.nagios.org)
Last Modified: 05-11-2012
License: GPL
I encounter below error message when I execute nagios command.
Please let me know if you need further details.
wassrv@csbiamapp01:/export/home/wassrv $ cd /usr/local/nagios/bin
wassrv@csbiamapp01:/usr/local/nagios/bin $ ./nagios -d ../etc/nagios.cfg
ld.so.1: nagios: fatal: libc.so.1: version `SUNW_1.22.7' not found (required by file nagios)
ld.so.1: nagios: fatal: libc.so.1: open failed: No such file or directory
Killed
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: ld.so.1: nagios: fatal: libc.so.1: version `SUNW_1.22.7'

Post by npolovenko »

Hello, @anilgupta. Currently, we only support the following Linux distributions for XI installation:
RHEL 6/7
CentOS 6/7
Oracle Linux 6/7
Debian 8/9
Ubuntu 14/16/18 (LTS)
https://support.nagios.com/kb/article.php?id=12

Would you be able to spin up a server that uses one of the listed OS? If not, we do have a precompiled VM image with preloaded CentOS and the latest version of XI. It can be downloaded here:
https://www.nagios.com/downloads/nagios-xi/vmware/

Let me know if you have any questions.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
anilgupta
Posts: 102
Joined: Fri Mar 01, 2019 8:35 am

Re: ld.so.1: nagios: fatal: libc.so.1: version `SUNW_1.22.7'

Post by anilgupta »

@npolovenko,

Thanks for your response.

I understand that you don't support Solaris. However, most of our target pre-prod & prod servers are Solaris which are candidates for monitoring .

The server in this subject is Development Server.

Can you help to troubleshoot the issue?
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: ld.so.1: nagios: fatal: libc.so.1: version `SUNW_1.22.7'

Post by npolovenko »

@anilgupta, I see. We provide multiple ways of monitoring Solaris servers using Nagios. The options include:

Check using the NRPE agent:
https://support.nagios.com/kb/article.p ... 37#Solaris

Checks using ssh:
https://assets.nagios.com/downloads/nag ... ng_SSH.pdf

Or SNMP checks:
https://support.nagios.com/kb/category.php?id=186

However, Installation of XI itself needs to be performed on a standalone server with a supported OS. You should not install XI on a production system that already hosts other applications.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
rajasegar
Posts: 1018
Joined: Sun Mar 30, 2014 10:49 pm

Re: ld.so.1: nagios: fatal: libc.so.1: version `SUNW_1.22.7'

Post by rajasegar »

anilgupta wrote:Team,
wassrv@csbiamapp01:/export/home/wassrv $ cd /usr/local/nagios/bin
wassrv@csbiamapp01:/usr/local/nagios/bin $ ./nagios -d ../etc/nagios.cfg
ld.so.1: nagios: fatal: libc.so.1: version `SUNW_1.22.7' not found (required by file nagios)
ld.so.1: nagios: fatal: libc.so.1: open failed: No such file or directory
Killed
Your server is missing a patch or Solaris service pack.
Google it and get it installed. It will be fine.

nrpe agent works fine in Solaris.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: ld.so.1: nagios: fatal: libc.so.1: version `SUNW_1.22.7'

Post by lmiltchev »

@anilgupta, let us know if you have any further questions.
Be sure to check out our Knowledgebase for helpful articles and solutions!
anilgupta
Posts: 102
Joined: Fri Mar 01, 2019 8:35 am

Re: ld.so.1: nagios: fatal: libc.so.1: version `SUNW_1.22.7'

Post by anilgupta »

Thanks for the response!
Locked