From owner-freebsd-questions@FreeBSD.ORG Sat Apr 22 16:26:29 2006 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 54A7E16A402 for ; Sat, 22 Apr 2006 16:26:29 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id D791F43D46 for ; Sat, 22 Apr 2006 16:26:28 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by nz-out-0102.google.com with SMTP id i28so602659nzi for ; Sat, 22 Apr 2006 09:26:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Fc+GwBuv5LR1vqfR8PBxiKhl5ZLiV8PgEvA/Wz59r9/jYSZZwr1MHG691bnGbds/0VsEq9URL7EOOE0wer9ch9mhkr5xOimAaXWLx1YDzORnZ0vxRDpz3j5ZOHkVwc/3GUKKU0h6vlxiEyBj29/qEiWxF3YBv9qOCeYHHOvugEI= Received: by 10.36.247.12 with SMTP id u12mr1134290nzh; Sat, 22 Apr 2006 09:26:28 -0700 (PDT) Received: by 10.37.22.74 with HTTP; Sat, 22 Apr 2006 09:26:28 -0700 (PDT) Message-ID: Date: Sat, 22 Apr 2006 20:26:28 +0400 From: "Andrew Pantyukhin" To: "ph rhole oper" In-Reply-To: <1145613149.19574.259591981@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1145613149.19574.259591981@webmail.messagingengine.com> Cc: freebsd-questions@freebsd.org Subject: Re: port building & linking X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 16:26:29 -0000 On 4/21/06, ph rhole oper wrote: > I need to build a port (mail/cyrus-imapd23) and add support for the > mit-kerberos implementation to it. > It needs to link to the -lkrb5 library.There are two libkrb5*.so in my > system: > the heimdal one (/usr/lib/libkrb5*.so) and the mit one > (/usr/local/lib/libkrb5*.so). > The configure script, searching for -lkrb5, finds /usr/lib/libkrb5.so > first, and links to the heimdal implementation. > Is there any way i can force it to only link against > /usr/local/lib/libkrb5.so?I need the mit implementation. > > > simon. > > -- > http://www.fastmail.fm - Access your email from home and the web > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > Are you talking about cyrus-imapd or cyrus-sasl? cyrus-sasl has some options in its Makefile, like KRB5_HOME.