On Thu, Aug 10, 2006 at 11:53:07AM -0500, Rick Romero wrote:
On Thu, 2006-08-10 at 18:49 +0200, Geert Hendrickx wrote:
That's FreeBSD ports' behaviour. Just look at the port's Makefile:
.if !defined(WITHOUT_KQUEUE) CONFIGURE_ARGS+= --with-ioloop=kqueue --with-notify=kqueue .endif
Hence, set WITHOUT_KQUEUE if you don't want it.
That's definitely a solution, except I compiled from source on my own, I didn't use the port.
Otherwise I'd would let the port maintainer know that kqueue seems to be an issue and it probably should be changed..
Maybe that's why he made it an option? --with-ioloop=poll gave me problems as well.
Is that you? :)
No, I'm the maintainer of the Dovecot package in NetBSD's pkgsrc. :-) Maybe I should consider making it an option there, too.
Geert