5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] FreeBSD?
FromSent OnAttachments
Tyler K McGeorgeDec 20, 2000 12:25 am 
Robin S. SochaDec 20, 2000 12:45 am 
Brian CandlerDec 20, 2000 2:35 am 
Tyler K McGeorgeDec 20, 2000 9:59 pm 
Brian CandlerDec 21, 2000 1:55 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:Re: [courier-users] FreeBSD?Actions...
From:Tyler K McGeorge (trez@sunflower.com)
Date:Dec 20, 2000 9:59:27 pm
List:net.sourceforge.lists.courier-users

Okay, I've installed GNU make (didn't help any, but finally had a reason to bother. :P ) Still get the same error (posted at the end). I would like to install everything, and it seems to me that the problem I'm having is related to the SMTP server (just guessing though, I'm clueless.) I can post the output of ./testsuite and ./reftest and also the contents of testsuite.txt and reftest.txt if anybody thinks they can help me out. I'm lost. I've tried for days now.

[A screenshot of 'gmake check']

/usr/courier$ gmake check Making check in afx gmake[1]: Entering directory `/usr/courier/afx' gmake[1]: Nothing to be done for `check'. gmake[1]: Leaving directory `/usr/courier/afx' Making check in bdbobj gmake[1]: Entering directory `/usr/courier/bdbobj' ./testsuite | cmp -s - ./testsuite.txt gmake[1]: Leaving directory `/usr/courier/bdbobj' Making check in numlib gmake[1]: Entering directory `/usr/courier/numlib' gmake[1]: Leaving directory `/usr/courier/numlib' Making check in soxwrap gmake[1]: Entering directory `/usr/courier/soxwrap' ./testprog gmake[1]: Leaving directory `/usr/courier/soxwrap' Making check in md5 gmake[1]: Entering directory `/usr/courier/md5' ./md5test | cmp -s - ./md5test.txt gmake[1]: Leaving directory `/usr/courier/md5' Making check in libhmac gmake[1]: Entering directory `/usr/courier/libhmac' test ! -x ./md5hmactest || ./md5hmactest | cmp -s - ./md5hmactest.txt test ! -x ./sha1hmactest || ./sha1hmactest | cmp -s - ./sha1hmactest.txt gmake[1]: Leaving directory `/usr/courier/libhmac' Making check in random128 gmake[1]: Entering directory `/usr/courier/random128' gmake[1]: Leaving directory `/usr/courier/random128' Making check in unicode gmake[1]: Entering directory `/usr/courier/unicode' gmake[1]: Leaving directory `/usr/courier/unicode' Making check in rfc822 gmake[1]: Entering directory `/usr/courier/rfc822' ./testsuite | cmp -s - ./testsuite.txt ./reftest | cmp -s - ./reftest.txt gmake[1]: *** [check] Error 1 gmake[1]: Leaving directory `/usr/courier/rfc822' gmake: *** [check-recursive] Error 1 /usr/courier$

[End of screenshot of 'gmake check']

----- Original Message ----- From: Brian Candler <B.Ca@pobox.com> To: <cour@lists.sourceforge.net> Sent: Wednesday, December 20, 2000 4:35 AM Subject: Re: [courier-users] FreeBSD?

On Wed, Dec 20, 2000 at 02:25:35AM -0600, Tyler K McGeorge wrote:

Hi, I run a FreeBSD 4.1-STABLE machine. I've tried to install courier (many different versions) on it, but with no success. Has anybody done this (or on any BSD based OS)? I'm open to suggestions, however obvious you may think them to be.

I am running parts of courier (webmail, imapd and pop3d only) under FreeBSD-4.1.1 without any problems. It builds cleanly, however you must use GNU make. Try installing package devel/gmake-3.78.1 then typing "gmake"

Regards,