From owner-freebsd-questions@FreeBSD.ORG Wed Sep 28 15:46:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1E65616A41F for ; Wed, 28 Sep 2005 15:46:29 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD84C43D4C for ; Wed, 28 Sep 2005 15:46:28 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 13967 invoked from network); 28 Sep 2005 15:46:28 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 28 Sep 2005 15:46:28 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id DA5843E; Wed, 28 Sep 2005 11:46:26 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Pierre" References: <003901c5c2e0$3e8bf670$e7caa6c3@pb61eba84b98c0> From: Lowell Gilbert Date: 28 Sep 2005 11:46:26 -0400 In-Reply-To: <003901c5c2e0$3e8bf670$e7caa6c3@pb61eba84b98c0> Message-ID: <443bnpfb59.fsf@be-well.ilk.org> Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: IMAP SUPPORT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 15:46:29 -0000 "Pierre" writes: > I neeed install imap-2004c1 in my freeBSD 5.2.1 You are trying to install an old version of the UW IMAP server on an old (and officially unsupported -- it was released for "early adopters," not production use) version of FreeBSD. I would recommend that you update both your base system and your ports, and your problems will be easier to deal with (if they still exist at all). > When I give the cmd make bsf SSLTYPE=none I get error code 1 in /var/www/html/imap-2004c1/c-client That's not enough information about the failure. "Error code 1" is just make(1) saying that something it called returned a failure value, so the real error message would have been somewhat earlier. Nor is it clear where you were executing that command, or why /var/www was involved at all.