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...) rickReceived 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