On 02/07/2003 10:58 AM, "Chris Broadwater" <[EMAIL PROTECTED]> wrote:
> Hi, > > I need some help. > > I was going through the install of Amanda 2.3.4 and during the Configure the > process errored out with the following line > > configure: error: *** --user-USER is missing > > Any ideas what I missed. I figured this is a minor issue and caused by an > oversight on my behalf You forgot to pass the --with-user=USER parameter to ./configure... Either that, or the user that you passed in doesn't yet exist in /etc/passwd. Use adduser/useradd/vipw/whatever-for-your-system to add the user... HTH, Ricky
