From owner-freebsd-questions Wed Jun 12 7:29:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc21.worldnet.att.net (mtiwmhc21.worldnet.att.net [204.127.131.46]) by hub.freebsd.org (Postfix) with ESMTP id 29C8D37B40E for ; Wed, 12 Jun 2002 07:29:42 -0700 (PDT) Received: from stevenfettig.com ([12.76.83.89]) by mtiwmhc21.worldnet.att.net (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020612142939.VVQM19182.mtiwmhc21.worldnet.att.net@stevenfettig.com>; Wed, 12 Jun 2002 14:29:39 +0000 Message-ID: <3D075AD0.9060108@stevenfettig.com> Date: Wed, 12 Jun 2002 09:29:36 -0500 From: Steve Fettig User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0rc3) Gecko/20020523 X-Accept-Language: en-us, en MIME-Version: 1.0 To: budsz Cc: freebsd-questions Subject: Re: Error courier-imap References: <20020612154825.A43197@bdg.centrin.net.id> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Budsz, I haven't compiled courier-imap for quite a while, so I can't remember an error I was getting was similar to yours or not - - it was solved, however, by using gmake, not make. I would suggest, on the other hand, trying to install courier-imap from the ports (/usr/ports/mail/courier-imap) - it appears that the latest port tree does not use ver. 1.4.6, but 1.4.3. Unless there is a specific reason to use the version you are trying, I would see if the ports way of installing courier will work for you. Check the Makefile for the different arguments you are looking for, too. --disable-root-check, --without-authuserdb seems to be part of the vanilla install. I usually manually modify the Makefile to include arguments I would like in there, but that is another issue alltogether. Steve budsz wrote: >Hi, > >I tried compile courier-imap-1.4.6.20020529, with options >$env "LIBS=-L/usr/local/lib/mysql -lmysqlclient -lz" >$./configure --disable-root-check --without-authuserdb > >---error message >outbox.c: In function `check_outbox': >outbox.c:72: warning: implicit declaration of function `signal' >outbox.c:72: `SIGCHLD' undeclared (first use in this function) >outbox.c:72: (Each undeclared identifier is reported only once > outbox.c:72: for each function it appears in.) >outbox.c:72: `SIG_DFL' undeclared (first use in this function) >outbox.c:73: `SIGPIPE' undeclared (first use in this function) >outbox.c:110: warning: suggest explicit braces to avoid ambiguous `else' >outbox.c:205: warning: implicit declaration of function `kill' >outbox.c:205: `SIGTERM' undeclared (first use in this function) >gmake[1]: *** [outbox.o] Error 1 >gmake[1]: Leaving directory >`/usr/local/src/courier-imap-1.4.6.20020529/imap' >gmake: *** [all-recursive] Error 1 > >---error message > >How to fix this...? and --enable-webpass=vpopmail was disable in this >courier-imap version..? or auto..? > >TIA > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message