Xymon Mailing List Archive search

Another problem installing on HP-UX

list Lars Ebeling
Tue, 15 Feb 2005 05:27:10 +0100
Message-Id: <user-c2f4b8bf13ae@xymon.invalid>

Hi all,

The fact is that hstrerror doesnt exist in HP-UX. I searched the web for
"+hstrerror +hpux" and found a lot about it.

Hasn't anyone installed hobbit on HP-UX 11.11 ?

Is this the end?

The getrpcbyname was solved by -lnsl.

Regards
Lars

-----Ursprungligt meddelande-----
Från: Henrik Stoerner [mailto:user-ce4a2c883f75@xymon.invalid] Skickat: den 14 februari 2005 22:44
Till: user-ae9b8668bcde@xymon.invalid
Ämne: Re: [hobbit] Another problem installing on HP-UX


On Mon, Feb 14, 2005 at 08:19:27PM +0100, Ebeling, Lars wrote:
Hi all,
 now when I got this pcre installed configure works. But make stops withy errors. The getrpcbyname thing I solved with adding -lnsl to NETLIBS in Makefile.HPUX. But searching around after hstrerror I found that probably doesn't exist in HP-UX.
 What to do?
"hstrerror" is an error-handling routine from the DNS resolver library.

Try a "man hstrerror" or "man gethostbyname" and see if it mentions some
specific libraries that are needed. Adding "-lresolv" to the NETLIBS setting
in Makefile.HP-UX might be the way forward.


Regards,
Henrik