Date: Fri, 21 Apr 2006 12:52:29 +0300 From: "ph rhole oper" <slitbit@fastmail.fm> To: freebsd-questions@freebsd.org Subject: port building & linking Message-ID: <1145613149.19574.259591981@webmail.messagingengine.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1145613149.19574.259591981>