<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div id="yui_3_16_0_1_1497323430311_3907" dir="ltr"><span id="yui_3_16_0_1_1497323430311_3929">Thank you Phil, I did as advised and it worked. Thank you once again.</span></div><div></div><div id="yui_3_16_0_1_1497323430311_3906"> </div><div class="signature" id="yui_3_16_0_1_1497323430311_3867">Regards </div><div class="signature" id="yui_3_16_0_1_1497323430311_3867"> Manoj Biswakarma (Manoj)</div> <div class="qtdSeparateBR"><br><br></div><div class="yahoo_quoted" style="display: block;"> <div style="font-family: Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 13px;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div dir="ltr"><font size="2" face="Arial"> On Monday, June 12, 2017 8:25 PM, Phil Crooker <Phil.Crooker@orix.com.au> wrote:<br></font></div>  <br><br> <div class="y_msg_container"><div id="yiv0344436093"><style type="text/css">#yiv0344436093 #yiv0344436093 --P{margin-top:0;margin-bottom:0;}#yiv0344436093 </style><div dir="ltr">
<div>It will still compile, just carry on. I had the same issue but it still works fine without the external c-ares.<br clear="none">
</div>
<div><br clear="none">
</div>
<div>regards, Phil<br clear="none">
</div>
<div class="yiv0344436093yqt9056193918" id="yiv0344436093yqt14801"><div style="color:rgb(33, 33, 33);">
<hr tabindex="-1" style="display:inline-block;width:98%;">
<div dir="ltr" id="yiv0344436093divRplyFwdMsg"><font style="font-size:11pt;" face="Calibri, sans-serif" color="#000000"><b>From:</b> manoj biswakarma <manojbiswakarma@yahoo.com><br clear="none">
<b>Sent:</b> Sunday, 11 June 2017 12:37 PM<br clear="none">
<b>To:</b> Xymon Mailing List<br clear="none">
<b>Subject:</b> Xymon install error on raspberry,please help and advise</font>
<div> </div>
</div>
<div>
<div style="color:#000;background-color:#fff;font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px;">
<div id="yiv0344436093yui_3_16_0_1_1497148401017_11975"><span id="yiv0344436093yui_3_16_0_1_1497148401017_12027">Hello ,</span></div>
<div dir="ltr" id="yiv0344436093yui_3_16_0_1_1497148401017_11975"><span>Am trying to install Xymon on my </span>Raspberry but getting below error while doing "Make". Can you please adivce where and what I am doing wrong. Even though I have installed <span id="yiv0344436093yui_3_16_0_1_1497148401017_13957" style="font-family:'Courier New';orphans:2;white-space:pre-wrap;widows:2;">c-ares-1.12.0.
 Please advice.</span> </div>
<div dir="ltr" id="yiv0344436093yui_3_16_0_1_1497148401017_11976">
<pre id="yiv0344436093yui_3_16_0_1_1497148401017_13915" style="orphans:2;widows:2;"></pre><pre id="yiv0344436093yui_3_16_0_1_1497148401017_13997" style="">pi@raspberrypi:~/xymon/xymon-4.3.28 $ sudo lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 8.0 (jessie)
Release:        8.0
Codename:       jessie</pre><pre id="yiv0344436093yui_3_16_0_1_1497148401017_13997" style=""><br clear="none"></pre>
<pre id="yiv0344436093yui_3_16_0_1_1497148401017_13915" style="orphans:2;widows:2;">pi@raspberrypi:~/xymon/xymon-4.3.28 $ sudo ./configure.server --caresinclude=/usr/local/includ
e --careslib=/usr/local/lib

Configuration script for Xymon

This script asks a few questions and builds a Makefile to compile Xymon

Checking your make-utility
Checking pre-requisites for building Xymon

Checking for fping ...
Xymon has a built-in ping utility (xymonping)
However, it is not yet fully stable and therefore it
may be best to use the external fping utility instead.
I found fping in /usr/local/sbin/fping
Do you want to use it [Y/n] ?
y
Checking to see if '/usr/local/sbin/fping 127.0.0.1' works ...
127.0.0.1 is alive
OK, will use '/usr/local/sbin/fping' for ping tests
NOTE: If you are using an suid-root wrapper, make sure the 'xymond'
      user is also allowed to run fping without having to enter passwords.
      For 'sudo', add something like this to your 'sudoers' file:
      xymon ALL=(ALL) NOPASSWD: /usr/local/sbin/fping



Checking for PCRE ...
Compiling with PCRE library works OK
Linking with PCRE library works OK


Checking for C-ARES library ...
Compiling with c-ares library works OK
C-ARES version: Found 1.10.0 - too old, will use included version, require 1.12.0
make: *** [Makefile.test-cares:8: test-link] Error 1
ERROR: Cannot link with c-ares library.
The system C-ARES library is missing or not usable. I will use the version shipped with Xymon


Checking for RRDtool ...
Not RRDtool 1.0.x, checking for 1.2.x
Compiling with RRDtool works OK
Linking with RRDtool works OK


Checking for OpenSSL ...
Compiling with SSL library works OK
Linking with SSL library works OK
Checking if your SSL library has SSLv2 enabled
Will support SSLv2 when testing SSL-enabled network services
Checking if your SSL library has SSLv3 enabled
Will support SSLv3 when testing SSL-enabled network services

Xymon can use the OpenSSL library to test SSL-enabled services
like https-encrypted websites, POP3S, IMAPS, NNTPS and TELNETS.
If you have the OpenSSL library installed, I recommend that you enable this.

Do you want to be able to test SSL-enabled services (y) ?</pre>
<pre id="yiv0344436093yui_3_16_0_1_1497148401017_13915" style="orphans:2;widows:2;"><br clear="none"></pre>
<pre id="yiv0344436093yui_3_16_0_1_1497148401017_13915" style="orphans:2;widows:2;"><br clear="none"></pre>
</div>
<div id="yiv0344436093yui_3_16_0_1_1497148401017_11976"><br clear="none">
</div>
<div class="yiv0344436093signature" id="yiv0344436093yui_3_16_0_1_1497148401017_11986">Regards </div>
<div class="yiv0344436093signature" id="yiv0344436093yui_3_16_0_1_1497148401017_11986">Manoj Biswakarma (Manoj)</div>
</div>
</div>
</div></div>
</div><div>
-- 
<table style="width:650px;" width="650"><tbody><tr><td colspan="1" rowspan="1" valign="top" width="185" style="vertical-align:top;width:185px;">
                        <img src="http://web.orix.com.au/_resource/email/email-banner.jpg?rnd=201703091" width="151" style="width:151px;">
                </td><td colspan="1" rowspan="1" valign="top" style="vertical-align:top;">
                        <div id="yiv0344436093topSigBanner" style="background-color:#1F2A6B;width:465px;min-height:30px;margin:10px 0 15px 0;float:left;"></div>
                        <div id="yiv0344436093sigText" style="font:normal 9px Arial, Helvetica, Sans-serif;color:#949494;">
                                <div></div><h1 style="font-size:11px;font-weight:bold;padding:0;margin:0;">Please consider the environment before printing this e-mail</h1>
                                <div style="padding:0;margin:0;text-align:justify;">This message from ORIX Australia may contain confidential and/or privileged information. If you are not the intended recipient, any use, disclosure or copying of this message (or of any attachments to it) is not authorised. If you have received this message in error, please notify the sender immediately and delete the message and any attachments from your system. Please inform the sender if you do not wish to receive further communications by email.</div> 
                                <div>ORIX has a Privacy Policy which outlines what kinds of personal information we collect and hold, how we may collect and handle it, and your rights regarding personal information. Please let us know if you would like a copy. The Privacy Policy and a Collection Statement are also available on our <a rel="nofollow" shape="rect" target="_blank" href="http://www.orix.com.au/" style="color:#949494;">website</a>.</div>
                 
                                <div>We do not accept liability for any loss or damage caused by any computer viruses or defects that may be transmitted with this message. We recommend you carry out your own checks for viruses or defects.</div>
                        </div>
                </td></tr></tbody></table>
</div></div><br><br></div>  </div> </div>  </div></div></body></html>