10 Oct
2019
10 Oct
'19
7:02 p.m.
On 10/10/19 11:48 AM, Yadvendra kushwaha wrote:
Lereta Email Checkpoint: External email. Please make sure you trust this source before clicking links or opening attachments.
I am trying to install xymon, stuck into below error
/bin/ld: cannot find -ltirpc collect2: error: ld returned 1 exit status make[1]: *** [loadhosts] Error 1 make[1]: Leaving directory `/xymon/xymon-4.3.29/lib' make: *** [lib-build] Error 2
Any help ?
You need to install libtirpc. On Centos I use:
sudo yum install libtirpc-devel
-- Stephen