Xymon Mailing List Archive search

Passive FTP test?

list Charles Jones
Thu, 10 Aug 2006 21:21:56 -0700
Message-Id: <user-8ecd2ed207cd@xymon.invalid>

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 ""