Date: Sun, 07 May 2006 18:57:16 +0200 From: martinko <martinkov@pobox.sk> To: Andrew Pantyukhin <infofarmer@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: port building & linking Message-ID: <445E26EC.4030708@pobox.sk> In-Reply-To: <cb5206420604220926h1d9b7d1j57ec22ab92a375e9@mail.gmail.com> References: <1145613149.19574.259591981@webmail.messagingengine.com> <cb5206420604220926h1d9b7d1j57ec22ab92a375e9@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Andrew Pantyukhin wrote: > On 4/21/06, ph rhole oper <slitbit@fastmail.fm> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?445E26EC.4030708>