Re: unable to find user alias

2001-08-03 Thread Greg White

On Thu, Aug 02, 2001 at 06:27:08PM -0400, David Loszewski wrote:
> When I try to install qmail this is what I get.

>  
> fatal: unable to find user alias
> make: *** [auto_uids.c] Error 111
>  
> How do I fix that??

You RTFM -- read INSTALL and INSTALL.ids in the source tree.

While you're at that, visit:

http://www.lifewithhqmail.org/

Read it. Understand it. Become one with it. :)

--
Greg White



Re: unable to find user alias

2001-08-03 Thread Charles Cazabon

Greg White <[EMAIL PROTECTED]> wrote:

> While you're at that, visit:
> 
> http://www.lifewithhqmail.org/

lifewithqmail.org, you mean.

Charles
-- 
---
Charles Cazabon<[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
---



unable to find user alias

2001-08-02 Thread David Loszewski








When I try to install qmail this
is what I get.

 

[root@sp qmail-1.03]# make setup check

./auto-str auto_qmail `head -1 conf-qmail` > auto_qmail.c

./compile auto_qmail.c

./load qmail-local qmail.o quote.o now.o gfrom.o
myctime.o \

slurpclose.o case.a getln.a getopt.a sig.a open.a seek.a \

lock.a fd.a wait.a env.a
stralloc.a alloc.a strerr.a \

substdio.a error.a str.a fs.a
datetime.a auto_qmail.o \

auto_patrn.o  `cat socket.lib`

( ./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

 

How do I fix that??

 

Thx, 

Dave