Greetings all, I was having difficulting getting the Amanda client compiled on a Solaris 6 workstation and subsequently found the solution on Google.
Here's what I was getting when trying to run make: --- Snip: begin error --- ar cru .libs/libamanda.a alloc.o amflock.o debug.o dgram.o error.o file.o fileheader.o match.o protocol.o regcomp.o regerror.o regexec.o regfree.o security.o statfs.o stream.o token.o util.o version.o versuff.o pipespawn.o ../libtool: ar: not found make[1]: *** [libamanda.la] Error 1 --- Snip: end error --- The solution turned out to be simple. I had to modify my path statement to include "/usr/ccs/bin" and then it compiled fine. I thought I would post this to the list for in order that others may find it when searching. Jeff
