From owner-freebsd-questions@FreeBSD.ORG Sun May 7 16:57:19 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 8CFD716A41B for ; Sun, 7 May 2006 16:57:19 +0000 (UTC) (envelope-from martinkov@pobox.sk) Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 9135243D6D for ; Sun, 7 May 2006 16:57:18 +0000 (GMT) (envelope-from martinkov@pobox.sk) Received: (qmail 94585 invoked by uid 0); 7 May 2006 16:57:16 -0000 Received: from r5k20.chello.upc.cz (HELO ?86.49.10.20?) (86.49.10.20) by smtp.dkm.cz with SMTP; 7 May 2006 16:57:16 -0000 Message-ID: <445E26EC.4030708@pobox.sk> Date: Sun, 07 May 2006 18:57:16 +0200 From: martinko User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.2) Gecko/20060506 SeaMonkey/1.0.1 MIME-Version: 1.0 To: Andrew Pantyukhin References: <1145613149.19574.259591981@webmail.messagingengine.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit 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: Sun, 07 May 2006 16:57:20 -0000 Andrew Pantyukhin wrote: > 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.org" >> > > Are you talking about cyrus-imapd or cyrus-sasl? cyrus-sasl > has some options in its Makefile, like KRB5_HOME. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > speaking of cyrus, i've recently spotted new entry in my passwd and have been wondering where/when did it get there.. ?? of course i don't know of installing anything called cyrus.. m.