Xymon Mailing List Archive search

Passive FTP test?

list Vernon Everett
Fri, 11 Aug 2006 15:42:22 +0800
Message-Id: <user-f76d765d3469@xymon.invalid>

D'oh!

How the hell did I miss that one?

Thanks anyway :-) 

-----Original Message-----
From: Charles Jones [mailto:user-e86b4aeade4e@xymon.invalid] 
Sent: Friday, 11 August 2006 12:22 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Passive FTP test?

It looks like the makefile needs the full path to ar, or ar needs to be
in your $PATH. Try adding /usr/ccs/bin to your $PATH.

-Charles

Everett, Vernon wrote:
Hi all

I am not having much luck with the new version.
Running Solaris 10 x86

gmake[1]: ar: Command not found
gmake[1]: *** [libbbgen.a] Error 127
gmake[1]: Leaving directory `/export/home/hobbit/hobbit-4.2.0/lib'
gmake: *** [lib-build] Error 2

The offending line appears to be from ~hobbit-4.2.0/lib/Makefile
--- snip ---
libbbgen.a: $(BBGENLIBOBJS)
        ar cr libbbgen.a $(BBGENLIBOBJS)
        ranlib libbbgen.a || echo ""