[PATCH] SASL problems with spnego on 8.0-BETA4

Rick Macklem rmacklem at uoguelph.ca
Tue Oct 6 22:55:13 UTC 2009



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



More information about the freebsd-current mailing list