From owner-freebsd-questions@FreeBSD.ORG Wed Mar 16 01:57:50 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7768516A4CE for ; Wed, 16 Mar 2005 01:57:50 +0000 (GMT) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE4243D46 for ; Wed, 16 Mar 2005 01:57:49 +0000 (GMT) (envelope-from judmarc@fastmail.fm) Received: from frontend3.messagingengine.com (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id 89E9DC62673; Tue, 15 Mar 2005 20:57:47 -0500 (EST) X-Sasl-enc: 5ggseRtj9YkKo4uwJIC9KQ 1110938266 Received: from [192.168.0.2] (SPARKY-1.msns.sm.ptd.net [24.229.114.177]) by frontend3.messagingengine.com (Postfix) with ESMTP id 828C125535; Tue, 15 Mar 2005 20:57:45 -0500 (EST) Message-ID: <4237929B.8050709@fastmail.fm> Date: Tue, 15 Mar 2005 20:57:47 -0500 From: Jud User-Agent: Mozilla Thunderbird 0.6+ (Windows/20050128) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Madhusudan Singh References: <200503142343.08528.singh.madhusudan@gmail.com> <46530.128.221.197.136.1110902918.squirrel@mail.scadian.net> <200503151124.45414.singh.madhusudan@gmail.com> In-Reply-To: <200503151124.45414.singh.madhusudan@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: dovecot is broken in ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 01:57:50 -0000 Madhusudan Singh wrote: > On Tuesday 15 March 2005 11:08, Jim Trigg wrote: > >>On Mon, March 14, 2005 11:43 pm, Madhusudan Singh said: >> >>>Hi >>> >>> Just want to report that dovecot seems to be broken : >>> >>>===> Returning to build of dovecot-0.99.14 >>>===> dovecot-0.99.14 depends on shared library: sasl2.2 - found >>>===> dovecot-0.99.14 depends on shared library: ldap-2.2.7 - found >>>===> dovecot-0.99.14 depends on shared library: iconv.3 - found >> >>[snip] >> >> >>>install: /usr/ports/mail/dovecot/work/dovecot-0.99.14/src/imap/imap: No >>>such >>>file or directory >>>*** Error code 71 >> >>It looks to me like the problem must be in the ldap integration; I just >>upgraded my copy last night with no problems, and do use sasl but not >>ldap. >> >>Jim > > > Thanks for your response. > > However, any attempt to clean it, remove gnutls (pkg_delete) and install it > again fails with : > > ===> dovecot-0.99.14 Currently incompatible with security/gnutls. > > I do not have gnutls installed now (just removed it). Why should I get this > message (even after make clean and make distclean) ? # make config will allow you to redo your config choices and select SSL rather than GNUTLS, support for which is broken in Dovecot itself ATM, thus in the port also. Jud