nicholas cole wrote:
Ok I'm running FreeBSD4.0R...Now as far as I can tell
configure and make complete successfully, though I may be
missing something. Here's a snip of the output I get when
running make check
c++ -I./.. -I.. -I./../afx -I./../rfc822 -I./libs -Wall -g
-O2 -o showmodules cppmain.o showmodules.o libs/libmodule.a
module.uucp/.libs/librewrite.a
module.local/.libs/librewrite.a
module.esmtp/.libs/librewrite.a
module.dsn/.libs/librewrite.a libs/libcommon.a
libs/libcourier.a ../authlib/libauth.a ../rfc822/librfc822.a
../numlib/libnumlib.a ../libhmac/libhmac.a
../userdb/libuserdb.a ../bdbobj/libbdbobj.a ../md5/libmd5.a
-lpam -lcrypt
./aliascreate -tmp=./testsuite.tmp -dump=1
<./testsuite.alias1.in | sed '/^$/d' | sort | cmp -s
./testsuite.alias -
makealiases: ERR: No such file or directory
*** Error code 1
Stop in /tmp/courier-0.22/courier.
*** Error code 1
Stop in /tmp/courier-0.22.
[courier@cornfed] [89] /tmp/courier-0.22 $
Any ideas?
I was having errors and problems with make check in FBSD 4.0 too. Sam
had me get gmake and it seemed to solve the problems. Incidently, make
was working fine just the check was failing. Let me know if you get it
working and have it authenticating against FBSD local accounts. I still
have not figured out how to do that...