From owner-freebsd-questions@FreeBSD.ORG Fri Jan 21 23:48:52 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 5E6FF16A4CE for ; Fri, 21 Jan 2005 23:48:52 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id E209643D48 for ; Fri, 21 Jan 2005 23:48:51 +0000 (GMT) (envelope-from juhasaarinen@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so56952wri for ; Fri, 21 Jan 2005 15:48:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=rR+qzw5XTSTJfyVsSOR/9wbVceNAMYy2Z6O32PkXbGahys9aJczWVOjCztMtcUjN3TZmiliqVsn3elU42QsmP+e+d+o+WgUHC5NOfc6w9Tnez3UI52ipmS1HuwysadPOv8tbTDzykggig5EY3DjTKWWpUfQ/fFETLOWiH5V9vc4= Received: by 10.54.49.20 with SMTP id w20mr469503wrw; Fri, 21 Jan 2005 15:48:51 -0800 (PST) Received: by 10.54.4.57 with HTTP; Fri, 21 Jan 2005 15:48:51 -0800 (PST) Message-ID: Date: Sat, 22 Jan 2005 12:48:51 +1300 From: Juha Saarinen To: "Colin J. Raven" In-Reply-To: <20050121102005.Q2927@kenmore.kozy-kabin.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050121102005.Q2927@kenmore.kozy-kabin.nl> cc: FreeBSD Questions Subject: Re: courier-imap install from ports *fails* X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Juha Saarinen List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 23:48:52 -0000 On Fri, 21 Jan 2005 10:24:56 +0100, Colin J. Raven wrote: > Good morning all, > > In attempting to install courier-imap 4.0.1,1 from ports it unexpectedly > failed. > > This is after portupgrade attempts from version 3.0.8,1 blew up, so > after several attempts I gave up and deinstalled it, thinking that > starting over from scratch might be a better idea. > > configure: error: authlib configuration error - /usr/local/sbin/courierlogger not found > ===> Script "configure" failed unexpectedly. > Please report the problem to oliver@FreeBSD.org [maintainer] and attach > the "/usr/ports/mail/courier-imap/work/courier-imap-4.0.1/config.log" > including > the output of the failure of your make command. Also, it might be a good > idea to provide an overview of all packages installed on your system > (e.g. an `ls /var/db/pkg`). > *** Error code 1 > > Clearly there are instructions there as to the next action to take, but > has anyone else experienced this *and* perhaps knows how to fix the > issue? (worth a try methinks) Courier and the related Courier-IMAP package underwent some major changes with the new revisions (see UPDATING). Portupgrading from the older version broke my installation. Deleting the older packages and installing the new ones, starting with courier-authlib, got things going again. -- Juha