<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: compilation problem on unix system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974935#M783979</link>
    <description>Hi, &lt;BR /&gt;&lt;BR /&gt;nrpe for IA-64 is not yet available for download. You can use the same PA-RISC1.1 binary to run in IA-64. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
    <pubDate>Wed, 10 May 2006 04:21:22 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2006-05-10T04:21:22Z</dc:date>
    <item>
      <title>compilation problem on unix system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974925#M783969</link>
      <description>I tried to compile a sorce for nagios monito on (nrpe monitor)itanium platform whit operating system hp-ux 11.23. I receive this error:&lt;BR /&gt;Unsatisfied symbol "rfc931_timeout" in file /usr/lib/hpux32/libwrap.so&lt;BR /&gt;&lt;BR /&gt;this is my makefile:&lt;BR /&gt;###############################&lt;BR /&gt;# Makefile for NRPE&lt;BR /&gt;#&lt;BR /&gt;# Last Modified: 10-14-2003&lt;BR /&gt;###############################&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Source code directories&lt;BR /&gt;SRC_INCLUDE=../include&lt;BR /&gt;&lt;BR /&gt;CC=gcc&lt;BR /&gt;CFLAGS=-g -O2 -I/usr/include/openssl -I/usr/include -DHAVE_CONFIG_H&lt;BR /&gt;LDFLAGS= -L/usr/lib  -lssl -lcrypto&lt;BR /&gt;SOCKETLIBS= -lnsl&lt;BR /&gt;LIBWRAPLIBS= -lwrap&lt;BR /&gt;OTHERLIBS= -liberty&lt;BR /&gt;&lt;BR /&gt;CP=@CP@&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;all: nrpe check_nrpe&lt;BR /&gt;&lt;BR /&gt;nrpe: nrpe.c utils.c $(SRC_INCLUDE)/nrpe.h $(SRC_INCLUDE)/utils.h $(SRC_INCLUDE)/common.h $(SRC_INCLUDE)/config.h&lt;BR /&gt;        $(CC) $(CFLAGS) -o $@ nrpe.c utils.c $(LDFLAGS) $(SOCKETLIBS) $(LIBWRAPLIBS) $(OTHERLIBS)&lt;BR /&gt;&lt;BR /&gt;check_nrpe: check_nrpe.c utils.c $(SRC_INCLUDE)/utils.h $(SRC_INCLUDE)/common.h $(SRC_INCLUDE)/config.h&lt;BR /&gt;        $(CC) $(CFLAGS) -o $@ check_nrpe.c utils.c $(LDFLAGS) $(SOCKETLIBS) $(OTHERLIBS)&lt;BR /&gt;&lt;BR /&gt;clean:&lt;BR /&gt;        rm -f core nrpe check_nrpe&lt;BR /&gt;        rm -f *~ */*~&lt;BR /&gt;&lt;BR /&gt;distclean: clean&lt;BR /&gt;        rm -f Makefile&lt;BR /&gt;&lt;BR /&gt;devclean: distclean&lt;BR /&gt;&lt;BR /&gt;###############################&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I 'd like to compile also on hp-ux 11.00 but i need ssl library . Where can i find openSSL for hp-ux 11.00? I have searched on software hp site but I found only depot for 11.11&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any ideas for my two questions?&lt;BR /&gt;thanks in advance</description>
      <pubDate>Fri, 21 Apr 2006 11:47:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974925#M783969</guid>
      <dc:creator>Wanda Canade'</dc:creator>
      <dc:date>2006-04-21T11:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: compilation problem on unix system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974926#M783970</link>
      <description>Hi,&lt;BR /&gt;you may have to compile from source.&lt;BR /&gt;&lt;A href="http://www.openssl.org/" target="_blank"&gt;http://www.openssl.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But this thread may help:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=879615" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=879615&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HP11.00 support ends Dec this year, so a lot of people have upgradef or are ungrading.&lt;BR /&gt;&lt;A href="http://www.hp.com/softwarereleases/releases-media2/history/slide2.html" target="_blank"&gt;http://www.hp.com/softwarereleases/releases-media2/history/slide2.html&lt;/A&gt;</description>
      <pubDate>Mon, 24 Apr 2006 05:03:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974926#M783970</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-04-24T05:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: compilation problem on unix system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974927#M783971</link>
      <description>Hi Wanda,&lt;BR /&gt; &lt;BR /&gt;OpenSSL is part of the HP-UX OE release.&lt;BR /&gt;So if you've got an installation CD or the application DVD you will find it there.&lt;BR /&gt;(please refer to TOC on CD/DVD).&lt;BR /&gt; &lt;BR /&gt;You can also download it for free&lt;BR /&gt;as it is part of HP's Internet Express repository&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;Afaik, it used to be built with gcc so then you should be able to link with gcc aginst the depot libs.&lt;BR /&gt;But recently HP seem to have relinquished gcc and instead built with their own compiler.&lt;BR /&gt;The README.hp in the depot should tell how the libs and binaries were built.&lt;BR /&gt;The depot even includes the source tarball,&lt;BR /&gt;but just for "reference" as it says in the depot's README.&lt;BR /&gt;If you need to build the binaries yourself you'd better get the sources from openssl.org&lt;BR /&gt; &lt;BR /&gt;However, if you have no need for TLS/SSL checks of your NRPE then there's no need for OpenSSL at all.&lt;BR /&gt;I for instance have some HP-UX NRPE nodes operational that since I don't have to run checks with SSL lack SSL support but apart from that work perfectly well.&lt;BR /&gt;If I remember correctly you can configure nrpe with --disable-ssl or similar.&lt;BR /&gt;Just have a look at ./configure --help for the correct options.&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Apr 2006 08:11:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974927#M783971</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2006-04-24T08:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: compilation problem on unix system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974928#M783972</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Also make sure that you are using the latest version of GCC you can get for your platform, and make sure that you are also using gnu make (as opposed to the make supplied by HP).&lt;BR /&gt;&lt;BR /&gt;The error you are seeing is related to username lookups. There's a wealth of information on the Net covering what it is and does.&lt;BR /&gt;&lt;BR /&gt;If I get chnace I'll try and find out which header file its in tomorrow (I'm sure I compiled NRPE on 11.23 IA).&lt;BR /&gt;&lt;BR /&gt;Col</description>
      <pubDate>Mon, 24 Apr 2006 17:49:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974928#M783972</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2006-04-24T17:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: compilation problem on unix system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974929#M783973</link>
      <description>I have openssl/openssh as depots available for HP-UX 11.00 and HP-UX 11.11 on my site.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/downloads.html" target="_blank"&gt;http://mirrors.develooper.com/hpux/downloads.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/openssl-0.9.7i-11.00.sd.bz" target="_blank"&gt;http://mirrors.develooper.com/hpux/openssl-0.9.7i-11.00.sd.bz&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/openssl-0.9.8a-11.00.sd.bz" target="_blank"&gt;http://mirrors.develooper.com/hpux/openssl-0.9.8a-11.00.sd.bz&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/openssh-4.2p1-11.00.sd.bz" target="_blank"&gt;http://mirrors.develooper.com/hpux/openssh-4.2p1-11.00.sd.bz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/openssl-0.9.8a-11.11.sd.bz" target="_blank"&gt;http://mirrors.develooper.com/hpux/openssl-0.9.8a-11.11.sd.bz&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/openssh-4.2p1-11.11.sd.bz" target="_blank"&gt;http://mirrors.develooper.com/hpux/openssh-4.2p1-11.11.sd.bz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Mon, 24 Apr 2006 19:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974929#M783973</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-04-24T19:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: compilation problem on unix system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974930#M783974</link>
      <description>Hi Wanda,&lt;BR /&gt;&lt;BR /&gt;I've compiled NRPE 2.2 on 11.23 PA and IA. If you're desparate I can probably provide depots for you.&lt;BR /&gt;&lt;BR /&gt;I'm afraid i can't help with an 11.00 build though. We don't have that around here ;-)&lt;BR /&gt;&lt;BR /&gt;Col.</description>
      <pubDate>Tue, 25 Apr 2006 03:31:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974930#M783974</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2006-04-25T03:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: compilation problem on unix system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974931#M783975</link>
      <description>&lt;BR /&gt;I'm desperate, I'd like to have precompiled for nrpe.&lt;BR /&gt;&lt;BR /&gt;thanks to all for support.</description>
      <pubDate>Thu, 27 Apr 2006 10:54:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974931#M783975</guid>
      <dc:creator>Wanda Canade'</dc:creator>
      <dc:date>2006-04-27T10:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: compilation problem on unix system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974932#M783976</link>
      <description>Wanda,&lt;BR /&gt;&lt;BR /&gt;There is a pre-compiled version here; found in another thread on this forum:&lt;BR /&gt;&lt;A href="http://www.bennyvision.com/projects/nagios/index.php" target="_blank"&gt;http://www.bennyvision.com/projects/nagios/index.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck, I am helping a peer admin who is in your same situation.&lt;BR /&gt;&lt;BR /&gt;"Edited to comply with ITRC Guidelines"&lt;BR /&gt;&lt;BR /&gt;BTW: have you considered giving points to the answers/solutions people are providing you? I don't think I have any yet; HELP!&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Kirk</description>
      <pubDate>Fri, 28 Apr 2006 11:59:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974932#M783976</guid>
      <dc:creator>Kirk MacLean_2</dc:creator>
      <dc:date>2006-04-28T11:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: compilation problem on unix system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974933#M783977</link>
      <description>What I thought was the pre-compiled code is actually: nrpe - Daemon and plugin for executing plugins on remote hosts.  Not what we are looking for.&lt;BR /&gt;&lt;BR /&gt;Kirk</description>
      <pubDate>Fri, 28 Apr 2006 15:51:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974933#M783977</guid>
      <dc:creator>Kirk MacLean_2</dc:creator>
      <dc:date>2006-04-28T15:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: compilation problem on unix system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974934#M783978</link>
      <description>I need pre-compiled for nrpe daemon on itanium 11.23. I coudn't copile source.&lt;BR /&gt;Can help me?</description>
      <pubDate>Wed, 10 May 2006 04:17:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974934#M783978</guid>
      <dc:creator>Wanda Canade'</dc:creator>
      <dc:date>2006-05-10T04:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: compilation problem on unix system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974935#M783979</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;nrpe for IA-64 is not yet available for download. You can use the same PA-RISC1.1 binary to run in IA-64. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 10 May 2006 04:21:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974935#M783979</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-05-10T04:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: compilation problem on unix system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974936#M783980</link>
      <description>thanks for help . I compiled on 11.00 system and i used compiled nrpe daemon on 11.23 and it works.&lt;BR /&gt;Bye</description>
      <pubDate>Wed, 10 May 2006 09:33:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilation-problem-on-unix-system/m-p/4974936#M783980</guid>
      <dc:creator>Wanda Canade'</dc:creator>
      <dc:date>2006-05-10T09:33:58Z</dc:date>
    </item>
  </channel>
</rss>

