qmail installation problem

2001-03-11 Thread Mohammed Omar
dear all i have a problem in installing qmail after i gunzip and untar the file , then i added the required users and groups , the i wrote make setup check i found this problem : [root@linux qmail-1.03]# make setup check./compile qmail-local.cmake: ./compile: Command not foundmake: ***

Re: qmail installation problem

2001-03-11 Thread Noah Sematimba
if you're in the directory in which you unpacked qmail, check the permissions on the compile file. If it is not excutable it will be reported as not found. I usually unpack my files witha -p option in order to preserve permissions. i.e tar xvzpf file.tar.gz On Sun, 11 Mar 2001, Mohammed Omar

Re: qmail installation problem

2001-03-11 Thread Thomas Beer
Hi, [root@linux qmail-1.03]# make setup check ./compile qmail-local.c make: ./compile: Command not found make: *** [qmail-local.o] Error 127 [root@linux qmail-1.03]# make cd /usr/src so what i have to do , i use redhat linux 6.2 thanks

RE: qmail installation problem

2001-03-11 Thread Lazyman Lay (HGC - Systems Engineer, ITMM)
check for the command /bin/sh is valid or not Regards, Lazyman -Original Message-From: Mohammed Omar [mailto:[EMAIL PROTECTED]]Sent: Sunday, March 11, 2001 9:50 PMTo: [EMAIL PROTECTED]Subject: qmail installation problem dear all i have a problem in installing qmail

RE: qmail installation problem

2001-03-11 Thread Lazyman Lay (HGC - Systems Engineer, ITMM)
check for the command /bin/sh is valid or not Regards, Lazyman -Original Message- From: Thomas Beer [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 11, 2001 10:30 PM To: Mohammed Omar Cc: [EMAIL PROTECTED] Subject: Re: qmail installation problem Hi, [root@linux qmail-1.03]# make setup