А ошибка точно такая-же? По идее она может возникнуть только при ./configure --with-static-agent ...
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
However, it's not complete implementation yet - there are some limitations:
sub convert_smart_value(value)
{
if (length(value) != 12)
return 0;
i = 11;
rvalue = "";
while(i > 0)
{
rvalue = rvalue . substr(value, i, 2);
i -= 2;
}
return int64("0x" . rvalue);
}
sub main()
{
return convert_smart_value($1);
}
SubAgent = /opt/netxms/lib/libnsm_portCheck.so
Проблема все еще актуальна?