Operating System - HP-UX
1832880 Members
2484 Online
110048 Solutions
New Discussion

Re: /usr/lib/hpux32/dld.so: Unsatisfied data symbol 'rfc931_timeout' in load module '/usr/lib/hpux32/lib

 
MMC_2
Frequent Advisor

/usr/lib/hpux32/dld.so: Unsatisfied data symbol 'rfc931_timeout' in load module '/usr/lib/hpux32/lib

I am installing nagios on a hp-ux server:
HP-UX name B.11.23 U ia64

I installed gcc 3.3.2, nagios-plugins-1.4.3, nrpe-2.5.1. All the files required are there but when I try to connect from the master server:
tripwire:/ # telnet 10.*.*.* 5666
Trying 10.*.*.*...
Connected to 10.*.*.*.
Escape character is '^]'.
/usr/lib/hpux32/dld.so: Unsatisfied data symbol 'rfc931_timeout' in load module '/usr/lib/hpux32/libwrap.so'.
Connection closed by foreign host.

Also when I run the following command from the client:
/usr/local/nagios/bin/nrpe nrpe -c /usr/local/nagios/etc/nrpe.cfg -i
I get the following error:
/usr/lib/hpux32/dld.so: Unsatisfied data symbol 'rfc931_timeout' in load module '/usr/lib/hpux32/libwrap.so'.
Killed

Any help will be great,
Thanks,
Sam.


4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: /usr/lib/hpux32/dld.so: Unsatisfied data symbol 'rfc931_timeout' in load module '/usr/lib/hpux32/lib

Shalom Sam,

This is usually a sign of one of the following:

1) SHLIB_PATH not set correctly.
2) The file its complaining about is missing
3) The file its complaining about does not have th correct information for the compile.
4) Bad Nagios code.

The thing that sticks out is the hpux32 libraries on a 64 bit only OS, but my assumption there is these are the compatability libs the OS provides.

Some of this can be fixed. Some not.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
MMC_2
Frequent Advisor

Re: /usr/lib/hpux32/dld.so: Unsatisfied data symbol 'rfc931_timeout' in load module '/usr/lib/hpux32/lib

To resolve this issue I download a version of the nrpe binary file. Once in place the following command worked:
/usr/local/nagios/bin/nrpe nrpe -c /usr/local/nagios/etc/nrpe.cfg -i

Thanks for all your help,
SAM.
MMC_2
Frequent Advisor

Re: /usr/lib/hpux32/dld.so: Unsatisfied data symbol 'rfc931_timeout' in load module '/usr/lib/hpux32/lib

Problem resolved........thanks.
Dan Matlock_1
Regular Advisor

Re: /usr/lib/hpux32/dld.so: Unsatisfied data symbol 'rfc931_timeout' in load module '/usr/lib/hpux32/lib

I am having the same problem on 11.23 Itanium, so can you please tell me where you got the right binary?

Thanx,

I get this error: /usr/local/nagios/libexec/nrpe -c /etc/nrpe.cfg -i
/usr/lib/hpux32/dld.so: Unsatisfied data symbol 'rfc931_timeout' in load module '/usr/lib/hpux32/libwrap.so'.