<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 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Texte de bulles Car";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.TextedebullesCar
        {mso-style-name:"Texte de bulles Car";
        mso-style-priority:99;
        mso-style-link:"Texte de bulles";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
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=FR link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span lang=EN-US>I’m trying to compile to compile the Xymon client in client mode (configuration files on the client).<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>I’m using xymon 4.3.10. I’m compiling on ubuntu lucid with pcre and pcre-dev installed.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>I’m stuck at the build of xymond_client, where it needs xymonclient.a but there is no rule to build it.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Indeed, in xymond/Makefile :<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>../client/xymond_client: $(CLIENTOBJS) ../lib/xymonclient.a<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        $(CC) -o $@ $(RPATHOPT) $(CLIENTOBJS) ../lib/xymonclient.a $(PCRELIBS) $(NETLIBS) $(LIBRTDEF)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>I didn’t find any rules to build xymonclient.a (only a libxymonclient.a in lib/Makefile)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Any help would be appreciated.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Here are the detailed steps I made :<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>xymon-4.3.10# ./configure --client<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Configuration script for Xymon client<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>This script asks a few questions and builds a Makefile to compile Xymon<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Checking your make-utility<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Xymon normally keeps all of the client configuration files<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>on the Xymon server. If you prefer, it is possible to use<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>a local client configuration file instead - if so, answer<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>'client' to the next question.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>NB: Local configuration requires the PCRE libs on each host.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Server side client configuration, or client side [server] ?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>client<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Checking for the PCRE libraries<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Checking for PCRE ...<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Compiling with PCRE library works OK<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Linking with PCRE library works OK<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Checking for Large File Support ...<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Large File Support OK<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Checking for clock_gettime() requiring librt ...<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>clock_gettime() requires librt<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>What userid will be running Xymon [xymon] ?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Found passwd entry for user xymon:x:1005:1000:Xymon user:/home/xymon:/bin/sh<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Where do you want the Xymon installation [/home/xymon] ?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>OK, will configure to use /home/xymon as the Xymon toplevel directory<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>What is the IP-address of your Xymon server [127.0.0.1] ? <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>** NOTE: Using 127.0.0.1 (loopback), but it is probably not what you want **<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Using Linux Makefile settings<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Created Makefile with the necessary information to build Xymon<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Some defaults are used, so do look at the Makefile before continuing.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Configuration complete - now run make -s (GNU make) to build the tools<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>### Edited Makefile to add PCRE include dir<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>xymon-4.3.10# make<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>MAKE="make" CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I`pwd`/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include" LDFLAGS="" `pwd`/build/genconfig.sh<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Checking for socklen_t<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Checking for snprintf<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Checking for vsnprintf<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Checking for rpc/rpcent.h<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Checking for sys/select.h<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Checking for u_int32_t typedef<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Checking for PATH_MAX definition<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Checking for SHUT_RD/WR/RDWR definitions<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Checking for strtoll()<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>config.h created<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I`pwd`/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include" LDFLAGS="" OSDEF="-DLINUX" RPATHOPT="-Wl,--rpath," PCREINCDIR="-I/usr/include" ZLIBINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="-lrt" XYMONTOPDIR="/home/xymon" XYMONLOGDIR="" XYMONHOSTNAME="" XYMONHOSTIP="127.0.0.1" XYMONHOSTOS="" LOCALCLIENT="yes" make -C lib client<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: Entering directory `/root/xymon-4.3.10/lib'<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include  -o test-endianness test-endianness.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o osdefs.o osdefs.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o cgiurls.o cgiurls.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include  -DCLIENTONLY -c -o color-client.o color.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o crondate.o crondate.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o digest.o digest.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o encoding.o encoding.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include  -DXYMONTOPDIR=\"/home/xymon\" -DXYMONLOGDIR=\"\" -DXYMONHOSTNAME=\"\" -DXYMONHOSTIP=\"127.0.0.1\" -DXYMONHOSTOS=\"\" -DBUILD_HOME=\"/home/xymon/client\" -c -o environ-client.o environ.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o errormsg.o errormsg.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o holidays.o holidays.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o ipaccess.o ipaccess.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o md5.o md5.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o memory.o memory.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o misc.o misc.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o msort.o msort.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include  `./test-endianness` -c -o rmd160c.o rmd160c.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include  `./test-endianness` -c -o sha1.o sha1.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o sha2.o sha2.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o sig.o sig.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o stackio.o stackio.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o strfunc.o strfunc.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o suid.o suid.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include  -DCLIENTONLY -c -o timefunc-client.o timefunc.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o tree.o tree.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include  -I/usr/include -c -o matching.o matching.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>ar cr libxymonclient.a osdefs.o cgiurls.o color-client.o crondate.o digest.o encoding.o environ-client.o errormsg.o holidays.o ipaccess.o md5.o memory.o misc.o msort.o rmd160c.o sha1.o sha2.o sig.o stackio.o strfunc.o suid.o timefunc-client.o tree.o matching.o<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>ranlib libxymonclient.a || echo ""<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include  -c -o loadhosts.o loadhosts.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o sendmsg.o sendmsg.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>ar cr libxymonclientcomm.a loadhosts.o sendmsg.o<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>ranlib libxymonclientcomm.a || echo ""<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o run.o run.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -I../include    -c -o timing.o timing.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>ar cr libxymontime.a run.o timing.o<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>ranlib libxymontime.a || echo ""<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: Leaving directory `/root/xymon-4.3.10/lib'<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I`pwd`/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include" LDFLAGS="" RPATHOPT="-Wl,--rpath," SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS=""  ZLIBLIBS="" LIBRTDEF="-lrt" XYMONHOME="/home/xymon/client" make -C common client<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: Entering directory `/root/xymon-4.3.10/common'<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -c -o xymon.o xymon.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -o ../client/xymon xymon.o ../lib/libxymonclientcomm.a   -lrt ../lib/libxymonclient.a<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -c -o xymonlaunch.o xymonlaunch.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -o ../client/xymonlaunch xymonlaunch.o ../lib/libxymontime.a -lrt ../lib/libxymonclient.a<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -c -o xymoncmd.o xymoncmd.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -o ../client/xymoncmd xymoncmd.o ../lib/libxymonclient.a<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -c -o xymongrep.o xymongrep.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -o ../client/xymongrep xymongrep.o ../lib/libxymonclientcomm.a   -lrt ../lib/libxymonclient.a<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -c -o xymoncfg.o xymoncfg.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -o ../client/xymoncfg xymoncfg.o ../lib/libxymonclient.a<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -c -o xymondigest.o xymondigest.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -o ../client/xymondigest xymondigest.o ../lib/libxymonclientcomm.a   -lrt ../lib/libxymonclient.a<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: Leaving directory `/root/xymon-4.3.10/common'<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I`pwd`/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include" LDFLAGS="" RPATHOPT="-Wl,--rpath," SSLLIBS="" NETLIBS="" LIBRTDEF="-lrt" XYMONHOME="/home/xymon/client" make -C build all<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: Entering directory `/root/xymon-4.3.10/build'<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -o merge-lines -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include merge-lines.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -o merge-sects -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include merge-sects.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -o setup-newfiles -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include setup-newfiles.c ../lib/libxymonclient.a<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -o renamevars -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include renamevars.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -o renametasks -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include renametasks.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: Leaving directory `/root/xymon-4.3.10/build'<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I`pwd`/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include" LDFLAGS="" RPATHOPT="-Wl,--rpath," RRDDEF="" RRDINCDIR="" PCREINCDIR="-I/usr/include" NETLIBS="" RRDLIBS="" PCRELIBS="-L -lpcre" ZLIBINCDIR="" ZLIBLIBS="" XYMONTOPDIR="/home/xymon" XYMONHOME="/home/xymon/client" XYMONVAR="" XYMONLOGDIR="" XYMONHOSTNAME="" XYMONHOSTIP="127.0.0.1" XYMONHOSTOS="" XYMONUSER="xymon" CGIDIR="" SECURECGIDIR="" XYMONHOSTURL="" XYMONCGIURL="" SECUREXYMONCGIURL="" MAILPROGRAM=""mail"" RUNTIMEDEFS="" INSTALLWWWDIR="/home/xymon/client/www" INSTALLETCDIR="/home/xymon/client/etc" make -C xymond client<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: Entering directory `/root/xymon-4.3.10/xymond'<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -c -o xymond_client.o xymond_client.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -c -o xymond_worker.o xymond_worker.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -c -o xymond_buffer.o xymond_buffer.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/root/xymon-4.3.10/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include -c -o client_config.o client_config.c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: *** No rule to make target `../lib/xymonclient.a', needed by `../client/xymond_client'.  Stop.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: Leaving directory `/root/xymon-4.3.10/xymond'<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make: *** [xymond-client] Error 2<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>root@jmeter01:~/xymon-4.3.10# <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>root@jmeter01:~/xymon-4.3.10# vi client/Makefile <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>root@jmeter01:~/xymon-4.3.10# vi xymon<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>xymond/     xymongen/   xymonnet/   xymonproxy/ <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>root@jmeter01:~/xymon-4.3.10# vi xymond/<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Makefile              client_config.h       do_alert.h            rrd/                  xymon-mailack.8       xymond_alert.c        xymond_channel.c      xymond_filestore.c    xymond_ipc.h          xymond_sample.8       xymonreports.sh.DIST  <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>alerts.cfg.5          combo.cfg.5           do_rrd.c              rrdcachectl.c         xymon-mailack.c       xymond_buffer.c       xymond_client.8       xymond_history.8      xymond_locator.c      xymond_sample.c       xymonweb.5            <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>analysis.cfg.5        combostatus.1         do_rrd.h              trimhistory.8         xymon.sh.DIST         xymond_buffer.h       xymond_client.c       xymond_history.c      xymond_rootlogin.pl   xymond_worker.c       <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>client/               combostatus.c         etcfiles/             trimhistory.c         xymond.8              xymond_capture.8      xymond_distribute.8   xymond_hostdata.8     xymond_rrd.8          xymond_worker.h       <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>client-local.cfg.5    convertnk.c           moverrd.sh.DIST       webfiles/             xymond.c              xymond_capture.c      xymond_distribute.c   xymond_hostdata.c     xymond_rrd.c          xymonfetch.8          <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>client_config.c       do_alert.c            new-daemon.txt        wwwfiles/             xymond_alert.8        xymond_channel.8      xymond_filestore.8    xymond_ipc.c          xymond_rrd.h          xymonfetch.c          <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>root@jmeter01:~/xymon-4.3.10# vi xymond/Makefile <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>root@jmeter01:~/xymon-4.3.10# make<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I`pwd`/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include" LDFLAGS="" OSDEF="-DLINUX" RPATHOPT="-Wl,--rpath," PCREINCDIR="-I/usr/include" ZLIBINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="-lrt" XYMONTOPDIR="/home/xymon" XYMONLOGDIR="" XYMONHOSTNAME="" XYMONHOSTIP="127.0.0.1" XYMONHOSTOS="" LOCALCLIENT="yes" make -C lib client<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: Entering directory `/root/xymon-4.3.10/lib'<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: Nothing to be done for `client'.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: Leaving directory `/root/xymon-4.3.10/lib'<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I`pwd`/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include" LDFLAGS="" RPATHOPT="-Wl,--rpath," SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS=""  ZLIBLIBS="" LIBRTDEF="-lrt" XYMONHOME="/home/xymon/client" make -C common client<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: Entering directory `/root/xymon-4.3.10/common'<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: Nothing to be done for `client'.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: Leaving directory `/root/xymon-4.3.10/common'<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I`pwd`/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include" LDFLAGS="" RPATHOPT="-Wl,--rpath," SSLLIBS="" NETLIBS="" LIBRTDEF="-lrt" XYMONHOME="/home/xymon/client" make -C build all<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: Entering directory `/root/xymon-4.3.10/build'<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: Nothing to be done for `all'.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: Leaving directory `/root/xymon-4.3.10/build'<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I`pwd`/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I/usr/include" LDFLAGS="" RPATHOPT="-Wl,--rpath," RRDDEF="" RRDINCDIR="" PCREINCDIR="-I/usr/include" NETLIBS="" RRDLIBS="" PCRELIBS="-L -lpcre" ZLIBINCDIR="" ZLIBLIBS="" XYMONTOPDIR="/home/xymon" XYMONHOME="/home/xymon/client" XYMONVAR="" XYMONLOGDIR="" XYMONHOSTNAME="" XYMONHOSTIP="127.0.0.1" XYMONHOSTOS="" XYMONUSER="xymon" CGIDIR="" SECURECGIDIR="" XYMONHOSTURL="" XYMONCGIURL="" SECUREXYMONCGIURL="" MAILPROGRAM=""mail"" RUNTIMEDEFS="" INSTALLWWWDIR="/home/xymon/client/www" INSTALLETCDIR="/home/xymon/client/etc" make -C xymond client<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: Entering directory `/root/xymon-4.3.10/xymond'<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: *** No rule to make target `../client/xymond_client', needed by `client'.  Stop.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make[1]: Leaving directory `/root/xymon-4.3.10/xymond'<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>make: *** [xymond-client] Error 2<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p></div><PRE>_________________________________________________________________________________________________________________________

Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
France Telecom - Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.

This message and its attachments may contain confidential or privileged information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete this message and its attachments.
As emails may be altered, France Telecom - Orange is not liable for messages that have been modified, changed or falsified.
Thank you.
</PRE></body></html>