Date: Wed, 12 Jun 2002 09:29:36 -0500 From: Steve Fettig <lists@stevenfettig.com> To: budsz <budsz@kumprang.or.id> Cc: freebsd-questions <freebsd-questions@FreeBSD.ORG> Subject: Re: Error courier-imap Message-ID: <3D075AD0.9060108@stevenfettig.com> References: <20020612154825.A43197@bdg.centrin.net.id>
next in thread | previous in thread | raw e-mail | index | archive | help
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" <enter> >$./configure --disable-root-check --without-authuserdb <enter> > >---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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D075AD0.9060108>