Xymon Mailing List Archive search

4.3.5 compile problems Solaris 10 x86

list Henrik Størner
Wed, 21 Sep 2011 07:18:34 +0200
Message-Id: <user-5f3cb2a65818@xymon.invalid>

On 21-09-2011 03:38, Roland Soderstrom wrote:
Lots of NETLIBS missing.
After adding these, compilation worked fine.
Thanks, saves me the trouble of finding a Solaris box.

The reason $(NETLIBS) is suddenly needed all these places is because I changed the code that loads the hosts.cfg file, so it can now load it from xymond instead of doing the file I/O by itself. But that means a lot of tools which previously just read stuff from a file now are doing network I/O instead, and therefore they suddenly need these libraries.

And I had just plain forgotten that Solaris has this "feature" of keeping the network stuff in separate libraries.


Regards,
Henrik