<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">I’m trying to install xymon on   22    HP-UX    servers  like the one below. 
<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal"> NFIBEP11:/# uname -a        >> HP-UX NFIBEP11 B.11.31 U ia64 1594422832 unlimited-user license<o:p></o:p></p>
<p class="MsoNormal">NFIBEP11:/#<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">It’s so old,   no working install packages exist to  download from sourceforge to get it running.  
<o:p></o:p></p>
<p class="MsoNormal">I’m  trying  to setup xymon on   22 newly added  HP-UX  servers.     <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"> Do you know of any place I could get Xymon for  HP-UX servers  without re-compiling source?
<o:p></o:p></p>
<p class="MsoNormal">  Thanks  Rick  <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Compile errors I receive.  <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">NFIBEP11:/tmp/xymon-4.2.3# gmake install<o:p></o:p></p>
<p class="MsoNormal">CC="gcc" CFLAGS="-g -O -D_REENTRANT  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHPUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" OSDEF="-DHPUX" RPATHOPT="" PCREINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="-lnsl" LIBRTDEF=""
 BBTOPDIR="/home/xymon" BBLOGDIR="" BBHOSTNAME="" BBHOSTIP="151.119.9.119" BBHOSTOS="" LOCALCLIENT="no" gmake -C lib client<o:p></o:p></p>
<p class="MsoNormal">gmake[1]: Entering directory '/tmp/xymon-4.2.3/lib'<o:p></o:p></p>
<p class="MsoNormal">gcc -g -O -D_REENTRANT  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHPUX -I. -I/tmp/xymon-4.2.3/include -DCLIENTONLY=1 -I. -I../include  -DCLIENTONLY -c -o timefunc-client.o timefunc.c<o:p></o:p></p>
<p class="MsoNormal">timefunc.c: In function 'gettimer':<o:p></o:p></p>
<p class="MsoNormal">timefunc.c:55: error: 'CLOCK_MONOTONIC' undeclared (first use in this function)<o:p></o:p></p>
<p class="MsoNormal">timefunc.c:55: error: (Each undeclared identifier is reported only once<o:p></o:p></p>
<p class="MsoNormal">timefunc.c:55: error: for each function it appears in.)<o:p></o:p></p>
<p class="MsoNormal">timefunc.c: In function 'getntimer':<o:p></o:p></p>
<p class="MsoNormal">timefunc.c:67: error: 'CLOCK_MONOTONIC' undeclared (first use in this function)<o:p></o:p></p>
<p class="MsoNormal"><b>gmake[1]: *** [Makefile:63: timefunc-client.o] Error 1<o:p></o:p></b></p>
<p class="MsoNormal"><b>gmake[1]: Leaving directory '/tmp/xymon-4.2.3/lib'<o:p></o:p></b></p>
<p class="MsoNormal"><b>gmake: *** [build/Makefile.rules:76: lib-client] Error 2<o:p></o:p></b></p>
<p class="MsoNormal">NFIBEP11:/tmp/xymon-4.2.3#<o:p></o:p></p>
<p class="MsoNormal">**********************************************************************************************************  <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">  Rick.Hershman@Centurylink.com<o:p></o:p></p>
<p class="MsoNormal">  Cell =      1 720 988 7452<o:p></o:p></p>
<p class="MsoNormal">  Home = 1 321 802 3619<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<center>This communication is the property of CenturyLink and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately
 notify the sender by reply e-mail and destroy all copies of the communication and any attachments.</center>
</body>
</html>