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.