Troy Nachtigall ([EMAIL PROTECTED]):
> I am having a problem configureing the amanda client on a freeBSD box. > I keep getting the error *** --with-group=GROUP is missing. > Thanks for the help. > ./configure > >--with-user=amanda--with-group=operator--with-configdir=/usr/local/etc/amanda/--with-config=arces--withgnutar=/usr/bin/tar--with-tape-device=/dev/sa0--with-amandahosts You need space between your options. Try this (on one line of course): ./configure --with-user=amanda --with-group=operator --with-configdir=/usr/local/etc/amanda/ --with-config=arces --withgnutar=/usr/bin/tar --with-tape-device=/dev/sa0 --with-amandahosts -- Jeremy Wadsack Wadsack-Allen Digital Group
