Re: [PATCH] SASL problems with spnego on 8.0-BETA4

From: Rick Macklem <rmacklem_at_uoguelph.ca>
Date: Tue, 6 Oct 2009 19:01:26 -0400 (EDT)
On Fri, 2 Oct 2009, John Baldwin wrote:

>
> Hmmm, I thought that libgssapi was supposed to use dlopen to load the proper
> back-end libraries using /etc/gss/mech rather than having applications
> directly link against them.
>
I think the problem is that the global var. defined in -lgssapi doesn't
get used by the app. so the .o file in -lgssapi where it's defined doesn't
get loaded. (Can't remember the exact name, but it's something like
GSS_C_HOST_BASED_NAME.) Then, when -lgssapi-spengo gets loaded, it can't
resolve it. (I don't know enough about dynamic linking to know the
correct way to fix this. The patch I suggested got it working...)

rick
Received on Tue Oct 06 2009 - 20:55:13 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:56 UTC