21 Sep
2011
21 Sep
'11
5:18 a.m.
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