On 2001.07.17 10:31 Kenneth wrote:
> Hello all,
> 
> I encountered the following error in compiling qmail in my redhat
> 7.1 machine. Appreciate any idea to solve this problem.
> 
> # make setup check
> ( ./auto-uid auto_uida `head -1 conf-users` \
> &&./auto-uid auto_uidd `head -2 conf-users | tail -1` \
> &&./auto-uid auto_uidl `head -3 conf-users | tail -1` \
> &&./auto-uid auto_uido `head -4 conf-users | tail -1` \
> &&./auto-uid auto_uidp `head -5 conf-users | tail -1` \
> &&./auto-uid auto_uidq `head -6 conf-users | tail -1` \
> &&./auto-uid auto_uidr `head -7 conf-users | tail -1` \
> &&./auto-uid auto_uids `head -8 conf-users | tail -1` \
> &&./auto-gid auto_gidq `head -1 conf-groups` \
> &&./auto-gid auto_gidn `head -2 conf-groups | tail -1` \
> ) > auto_uids.c.tmp && mv auto_uids.c.tmp auto_uids.c
> fatal: unable to find user alias
> make: *** [auto_uids.c] Error 111
> 
> Thanks in advance.
> 
> -- 
> Best regards,
>  Kenneth                          mailto:[EMAIL PROTECTED]
> 
> 
> 
Seems you forgot to add the user alias.. Check /etc/passwd to make sure the
user exsists.. If not you may want to use useradd qmaild -g nofiles -d
/var/qmail -s /nonexistent.. I'm assuming you have added all other
necessary groups and users.. If not check the 'Life with Qmail'
documentaiton (http://www.lifewithqmail.org/lwq.html).

-- 
Jake Roersma
Network Engineer
Triton Technologies Inc.
(800)-837-4253/364-8761

Reply via email to