3 messages in net.sourceforge.lists.courier-users[courier-users] make install does not...
FromSent OnAttachments
Sujit ChoudhuryNov 1, 2000 9:27 am 
Claudio NiederNov 1, 2000 11:17 am 
Sujit ChoudhuryNov 6, 2000 9:57 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:[courier-users] make install does not workActions...
From:Sujit Choudhury (s.ch@unl.ac.uk)
Date:Nov 1, 2000 9:27:04 am
List:net.sourceforge.lists.courier-users

I am trying to install courier binaries on Solaris machine, having configured it with the following options: -with-waitfunc=wait3 --without-authldap --with-authshadow.

configure, make and make check runs fine. I then su to root. do make install. The trouble begins. I get following messages:

for f in /usr/lib/courier/man /usr/lib/courier/man/man1 /usr/lib/courier/man/man7 /usr/lib/courier/man/man8 ; do test -e $f && chmod 755 $f ; done ; exit 0 /bin/sh: test: argument expected make[3]: *** [do-man-install] Error 1 make[3]: Leaving directory `/home/sujit/COURIER2/courier-0.28/courier/doc' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/home/sujit/COURIER2/courier-0.28/courier/doc' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/sujit/COURIER2/courier-0.28/courier' make: *** [install-recursive] Error 1

# ls /usr/lib/courier etc libexec man sbin share var

It shows there is no bin subdirectory, and no imap, pop or webmail etc. Where am I going wrong.

PS, I am using gnu make.