On Fri, 5 Oct 2001, Troy Nachtigall wrote:
> Date: Fri, 05 Oct 2001 10:52:28 -0400
> From: Troy Nachtigall <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: ./configure
>
> 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
Unless the above is a typo, you need spaces between options;
--with-user=amanda --with-group=operator --with-configdir=...
^ ^
otherwise you're specifying a user name of "amanda--with-group=..."