This has happened before, CentOS/RHEL x86_64:
xymon-4.3.10: http://lists.xymon.com/pipermail/xymon/2012-December/036442.html
xymon-4-3.12: http://lists.xymon.com/archive/2013-August/038056.html
and a possible fix:
http://lists.xymon.com/archive/2013-August/038064.html
Ralph Mitchell
On Mon, Dec 16, 2013 at 9:02 PM, Diep, David (OCTO-Contractor) < David.Diep at dc.gov> wrote:
Hi Josh,
It is RHEL 6.2 for z/OS.
The funny thing is, I was already able to install a server... my issue now is with the client.
Thanks
David
*From:* Josh Luthman [josh at imaginenetworksllc.com] *Sent:* Monday, December 16, 2013 3:44 PM *To:* Novosielski, Ryan *Cc:* Diep, David (OCTO-Contractor); xymon at xymon.com
*Subject:* Re: [Xymon] Client install gone wrong
Whoops, sorry. Missed that last line.
What OS is this? RHEL/CentOS/Fedora I'm guessing.
Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
On Mon, Dec 16, 2013 at 3:39 PM, Novosielski, Ryan < novosirj at ca.rutgers.edu> wrote:
Guys, he just said he had that (pcre and devel), and I see nothing that indicates he's missing pcre libraries. Further, it would have failed during configure. Let's try not to give bad advice.
I don't actually know what's going on here so I can't be more helpful than that unfortunately. Looks like maybe a platform-specific thing. I'd Google for the compile issues you're seeing -- often someone's solved it before, maybe for a different piece of software.
*From*: Josh Luthman [mailto:josh at imaginenetworksllc.com] *Sent*: Monday, December 16, 2013 03:33 PM *To*: Diep, David (OCTO-Contractor) <David.Diep at dc.gov> *Cc*: xymon at xymon.com <xymon at xymon.com> *Subject*: Re: [Xymon] Client install gone wrong
You need pcre-libs or pcre-devel.
Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
On Mon, Dec 16, 2013 at 3:27 PM, Diep, David (OCTO-Contractor) < David.Diep at dc.gov> wrote:
Josh,
How would I test? From what I can tell, I have pcre installed:
[root at vipservd xymon-4.3.12]# pcretest
PCRE version 7.8 2008-09-05
[root at vipservd xymon-4.3.12]# rpm -qa | grep pcre
pcre-7.8-3.1.el6.s390x
pcre-devel-7.8-3.1.el6.s390x
*From:* Josh Luthman [mailto:josh at imaginenetworksllc.com] *Sent:* Monday, December 16, 2013 3:06 PM *To:* Diep, David (OCTO-Contractor) *Cc:* xymon at xymon.com *Subject:* Re: [Xymon] Client install gone wrong
You're missing the PCRE libraries at the very least.
Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
On Mon, Dec 16, 2013 at 2:36 PM, Diep, David (OCTO-Contractor) < David.Diep at dc.gov> wrote:
Hi guys,
Is there a link to where the instructions are for a client install? I tried this and it eventually gives me an error:
Downloaded and extracted xymon-4.3.12In the xymon-4.3.12 directory and executed: ./configure--client
I then executed: make && make installThis is the result: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" LDFLAGS="" OSDEF="-DLINUX" RPATHOPT="-Wl,--rpath," PCREINCDIR="-I" ZLIBINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="-lrt" XYMONTOPDIR="/home/xymon" XYMONLOGDIR="" XYMONHOSTNAME="" XYMONHOSTIP="10.82.10.54" XYMONHOSTOS="" LOCALCLIENT="yes" make -C lib clientmake[1]: Entering directory `/xymon-4.3.12/lib'
gcc -g -O2 -Wall -Wno-unused -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/xymon-4.3.12/include -DCLIENTONLY=1 -DLOCALCLIENT=1 -I -I../include -I -c -o matching.o matching.c
/usr/lib/gcc/s390x-redhat-linux/4.4.6/../../../../lib64/crt1.o: In function `_start':
(.text+0x34): undefined reference to `main'
/tmp/ccnSm0vn.o: In function `freeregex':
/xymon-4.3.12/lib/matching.c:66: undefined reference to `pcre_free'
/tmp/ccnSm0vn.o: In function `timematch':
/xymon-4.3.12/lib/matching.c:198: undefined reference to `within_sla'
/tmp/ccnSm0vn.o: In function `matchregex':
/xymon-4.3.12/lib/matching.c:58: undefined reference to `pcre_exec'
/tmp/ccnSm0vn.o: In function `pickdata':
/xymon-4.3.12/lib/matching.c:165: undefined reference to `pcre_exec'
/xymon-4.3.12/lib/matching.c:172: undefined reference to `pcre_copy_substring'
/xymon-4.3.12/lib/matching.c:183: undefined reference to `dbgprintf'
/tmp/ccnSm0vn.o: In function `compileregex_opts':
/xymon-4.3.12/lib/matching.c:31: undefined reference to `dbgprintf'
/xymon-4.3.12/lib/matching.c:32: undefined reference to `pcre_compile'
/xymon-4.3.12/lib/matching.c:34: undefined reference to `errprintf'
/tmp/ccnSm0vn.o: In function `compile_exprs':
/xymon-4.3.12/lib/matching.c:146: undefined reference to `pcre_free'
/xymon-4.3.12/lib/matching.c:145: undefined reference to `errprintf'
/xymon-4.3.12/lib/matching.c:147: undefined reference to `xfreenullstr'
/xymon-4.3.12/lib/matching.c:147: undefined reference to `errprintf'
collect2: ld returned 1 exit status
make[1]: *** [matching.o] Error 1
make[1]: Leaving directory `/xymon-4.3.12/lib'
make: *** [lib-client] Error 2
What am I doing wrong?
*David Diep*
Look out for those in need this winter. When the temperature or wind chill is 32°F or below, the District issues a Hypothermia Alert. For assistance during an Alert, call the Shelter Hotline<https://urldefense.proofpoint.com/v1/url?u=http://dhs.dc.gov/page/hypothermia-alert-plan&k=LEcyRXIAlDBr1gNDokv57g%3D%3D%0A&r=goqVjEbjBQIAv0%2BJe9F%2B4rALGXrt0QPuXIcMfFKUeRg%3D%0A&m=h%2BNpAozvTiPdH7PE3eo%2B5pSM2MjIlVavjyElBOvjRTQ%3D%0A&s=b9eec6b43d5cb1bf9a71d9c48378b58ef7edf2a0541829b848fe74501f62e76e>at *1-800-535-7252 <1-800-535-7252>* or *311*.
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon