my apologies if these have been reported.
running make check as me and i get:
mkdir /usr/lib/courier-imap
mkdir: /usr/lib/courier-imap: Permission denied
...
mkdir: /usr/lib/courier-imap/man/man8: No such file or directory
*** Error code 1
Stop in /usr/local/src/courier-imap-0.36b/authlib.
*** Error code 1
run it as root and i get:
Making check in imap
=============================
Do not run make check as root
=============================
*** Error code 1
Stop in /usr/local/src/courier-imap-0.36b/imap.
HEH.. it looks like the first part of it's going into the install phase.
i saw this also:
rm -rf `pwd`/=install-check
make - install DESTDIR=`pwd`/=install-check
Making install in numlib
...
what's "make -" do?
"make install-strip" fails on freebsd 4.0 at:
/bin/sh ./mkinstalldirs /usr/lib/courier-imap/libexec
/usr/bin/install -c -s imapd.rc /usr/lib/courier-imap/libexec/imapd.rc
/usr/libexec/elf/strip: /usr/lib/courier-imap/libexec/imapd.rc: File
format not recognized
*** Error code 70
Stop in /usr/local/src/courier-imap-0.36b.
*** Error code 1
fortunately, "make install" works fine, as does the installed program.
shag