2 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] maildrop:make install...
FromSent OnAttachments
Rashmi HasolkarMay 21, 2003 11:23 am 
Devin RubiaMay 22, 2003 4:45 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] maildrop:make install problemActions...
From:Devin Rubia (dev@thezone.net)
Date:May 22, 2003 4:45:44 am
List:net.sourceforge.lists.courier-maildrop

On Wed, May 21, 2003 at 11:23:05AM -0700, Rashmi Hasolkar wrote:

Hi,

I am 'still' trying to install maildrop 1.5.3 on mac os x.

After ./configure and make, when I say 'make install' or 'make install-strip', it gives me following error :--

. maildrop/uidgid ; test -z "$uid" && exit 0; test -w /etc || exit 0; cd /usr/local/bin && chown $uid maildrop lockmail && chmod 755 maildrop lockmail /bin/sh: chown: command not found make[3]: *** [install-maildrop] Error 127 make[2]: *** [install-am] Error 2 make[1]: *** [install-recursive] Error 1 make: *** [install-strip] Error 2

Looks simple. Find out where the command "chown" is located and make sure that that directory is in your $PATH.