On Fri, 5 Oct 2001 at 10:52am, Troy Nachtigall wrote > 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 spaces between your options: ./configure --with-user=amanda --with-group=operator etc etc. -- Joshua Baker-LePain Department of Biomedical Engineering Duke University
