On Wed, 08 Nov 2000 18:24:44 +0000 suresh <sur...@mithi.com> wrote:
Hi
I am trying to install the full courier mail server,After a lot of
difficulty i was able to run configure and make \make check successfully
but when i run make install ,i got these errors
----------------------------------------------------------------------------
--------
/usr/lib/courier/share/htmldoc/maildropfilter.html
./../../install-sh -c -m 644 ./makedat.html
/usr/lib/courier/share/htmldoc/makedat.html
./../../install-sh -c -m 644 ./maildrop.html
/usr/lib/courier/share/htmldoc/maildrop.html
./../../install-sh -c -m 644 ./maildropgdbm.html
/usr/lib/courier/share/htmldoc/maildropgdbm.html
./../../install-sh -c -m 644 ./reformail.html
/usr/lib/courier/share/htmldoc/reformail.html
./../../install-sh -c -m 644 ./makemime.html
/usr/lib/courier/share/htmldoc/makemime.html
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 `/install/courier-0.28/courier/doc'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/install/courier-0.28/courier/doc'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/install/courier-0.28/courier'
make: *** [install-recursive] Error 1
----------------------------------------------------------------------------
--------
Suresh
Mithi.com Pvt. Ltd.
------------------------------------------
Send and receive mail in Indian languages
Register free at http://www.mailjol.com
------------------------------------------
Send and receive mail in Indian languages
Register free at http://www.mailjol.com
Change the Makefile in courier/doc so that all instances of
test -e is replaced with test -f. There should be 10 of these
and then run make install. I had the same problem and it
worked.