Rawlinsons (Qld) Head Office writes:
> I'm running Linux 5.2

Linux 5.2 doesn't exist yet.  Perhaps you meant Red Hat 5.2, which
probably means you're running Linux 2.0.36 or thereabouts.

> I downloaded qmail 1.03 to a Windoze machine on my intranet,
> unzipped (WinZip 7.0) it into a directory called "qmail" in my home
> director on the Linux box,

Just a guess: WinZip might have gotten something wrong.  Try copying
qmail-1.03.tar.gz itself to your Linux box, then unpack it using
$ tar xzf qmail-1.0.3.tar.gz
or, if your tar doesn't like the `z',
$ gunzip < qmail-1.0.3.tar.gz | tar xf -

> I get an error message saying "makefile:8: *** missing separator. Stop."

Did you run `make setup check' as root, or a normal user?  You need to
be root.  I wouldn't think this would be the error you'd get for
running as a normal user, but it's all I can think of.


paul

Reply via email to