[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: multi-mechanism gssapi
>>>>> "Kevin" == Kevin Coffman <kwc@citi.umich.edu> writes:
Kevin> Does anyone know of a way to properly get around this w/o
Kevin> changes to the current heimdal library? If not, is there
Kevin> any chance of adding a prefix to the heimdal gssapi
Kevin> function names and wrappers for when it is used
Kevin> stand-alone? (This is how the MIT library is built.)
Yes.
1) You could build -Bsymbolic or -Bgroup on platforms that support it.
2) You could use elf symbol versions on Linux.
--Sam