Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

libc.so.1: version `SUNW_1.22.7' not found

1381259May 17 2016 — edited May 18 2016

Dear Oracle Team,

I am facing issue while installing Nagios client on Solaris 10 5/08 server. After the installation the service keeps failing with the below messages. Due to the running legacy application I can't patch the OS.
Appreciated, if you could help me to resolve this issue.


BSCCOPW02(root): uname -a
SunOS BSCCOPW02 5.10 Generic_137111-01 sun4u sparc SUNW,Netra-240

BSCCOPW02(root): cat /etc/release

                       Solaris 10 5/08 s10s_u5wos_10 SPARC

           Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.

                        Use is subject to license terms.

                             Assembled 24 March 2008

BSCCOPW02(root): isainfo -kv

64-bit sparcv9 kernel modules

BSCCOPW02(root): cat /var/svc/log/application-nagios-nrpe\:default.log

[ May 15 07:17:24 Method "start" exited with status 137 ]
[ May 15 07:20:08 Leaving maintenance because disable requested. ]
[ May 15 07:20:08 Disabled. ]
[ May 15 07:20:22 Rereading configuration. ]
[ May 15 07:22:23 Enabled. ]
[ May 15 07:22:23 Executing start method ("/lib/svc/method/nrpe start") ]
ld.so.1: nrpe: fatal: libc.so.1: version `SUNW_1.22.7' not found (required by file /opt/nagios/bin/nrpe)
ld.so.1: nrpe: fatal: libc.so.1: open failed: No such file or directory
Killed
[ May 15 07:22:23 Method "start" exited with status 137 ]


BSCCOPW02(root): pvs /usr/lib/libc.so.1
        libc.so.1;
        SUNW_1.23;
        SUNW_1.22.3;
        SUNW_1.22.2;
        SUNW_1.22.1;
        SUNW_1.22;
        SUNW_1.21.3;
        SUNW_1.21.2;
        SUNW_1.21.1;
        SUNW_1.21;
        SUNW_1.20.4;
        SUNW_1.20.1;
        SUNW_1.20;
        SUNW_1.19;
        SUNW_1.18.1;
        SUNW_1.18;
        SUNW_1.17;
        SUNW_1.16;
        SUNW_1.15;
        SUNW_1.14;
        SUNW_1.13;
        SUNW_1.12;
        SUNW_1.11;
        SUNW_1.10;
        SUNW_1.9;
        SUNW_1.8;
        SUNW_1.7;
        SUNW_1.6;
        SUNW_1.5;
        SUNW_1.4;
        SUNW_1.3;
        SUNW_1.2;
        SUNW_1.1;
        SUNW_0.9;
        SUNW_0.8;
        SUNW_0.7;
        SISCD_2.3;
        SYSVABI_1.3;
        SUNWprivate_1.1;
BSCCOPW02(root):

BSCCOPW02(root): /opt/nagios/bin/nrpe -c /etc/nagios/nrpe -n -d
ld.so.1: nrpe: fatal: libc.so.1: version `SUNW_1.22.7' not found (required by file /opt/nagios/bin/nrpe)
ld.so.1: nrpe: fatal: libc.so.1: open failed: No such file or directory
Killed
BSCCOPW02(root):

BSCCOPW02(root): pvs -d -s /lib/libc.so.1 | head -n 15
        libc.so.1:
                _DYNAMIC;
                _GLOBAL_OFFSET_TABLE_;
                _end;
                _edata;
                _etext;
                _PROCEDURE_LINKAGE_TABLE_;
        SUNW_1.23:
                uucopy;
                uucopystr;
        SUNW_1.22.3:
                mutex_consistent;
        SUNW_1.22.2:
                ucred_getlabel;
                _ucred_getlabel;
BSCCOPW02(root):


BSCCOPW02(root): ls -latr /usr/lib/libc.*
lrwxrwxrwx   1 root     root          19 Sep  9  2008 /usr/lib/libc.so -> ../../lib/libc.so.1
lrwxrwxrwx   1 root     root          19 Sep  9  2008 /usr/lib/libc.so.1 -> ../../lib/libc.so.1
BSCCOPW02(root):

BSCCOPW02(root): ldd -v /usr/lib/libc.so.1

   object=/usr/lib/libc.so.1; filter for /usr/lib/ld.so.1

   object=/usr/lib/libc.so.1; filter for libm.so.2

   find object=libm.so.2; required by /usr/lib/libc.so.1
        libm.so.2 =>     /lib//libm.so.2

   find object=libc.so.1; required by /lib//libm.so.2
   find version=libc.so.1
        libc.so.1 (SUNW_0.7) =>  /usr/lib/libc.so.1
        libc.so.1 (SUNWprivate_1.1) =>   /usr/lib/libc.so.1

   object=/usr/lib/libc.so.1; filter for /platform/$PLATFORM/lib/libc_psr.so.1

   find object=/platform/SUNW,Netra-240/lib/libc_psr.so.1; required by /usr/lib/libc.so.1
        /platform/SUNW,Netra-240/lib/libc_psr.so.1
BSCCOPW02(root):

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 15 2016
Added on May 17 2016
4 comments
4,093 views