[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: linking to krb5 shared libs?



On Fri, 19 May 2006 17:25:52 -0400
August Visco <av2227@columbia.edu> wrote:

> I'm building heimdal (successfully) on Linux 2.6.9-34.ELsmp. Kerberos 
> RPMs (krb5-libs-1.3.4-27 and krb5-devel-1.3.4-27) are installed, they 
> came packaged with Linux I believe. When I use the command (ldd), some 
> binaries in my heimdal build, sbin/kadmin for example, have shared 
> library dependencies that are files installed from the RPM 
> (krb5-libs-1.3.4-27).

Those are the MIT kerberos libraries. I think those might be getting
pulled in via openssl which is linked with the MIT libs in which case I
don't think it's a big deal. I've been building stuff for a while like
this. I get a link warning about it but I've never seen anything bad
happen (in the end I plan to statically link though). I know there's a
--without-openssl option. I don't know what you lose using that but you
could try it temporarily just to see if the MIT kerberos deps go away.

Mike