Assertion failuers
Sam Hartman
hartmans at MIT.EDU
Sun Jul 10 15:53:40 EDT 2005
>>>>> "fariba" == fariba <fariba at usc.edu> writes:
fariba> i work with phil as well. i was wondering what are the
fariba> proc/con of using these flags:
fariba> --disable-shared --enable-static --disable-threads
It turns off threads support which gets you roughly the 1.3.x
behavior. If miltiple threads are using the library at once you can
run into problems. It disables shared libraries and enables static
libraries. That means that Kerberos is linked into each application
instead of using a dynamic library.
--Sam
More information about the Kerberos
mailing list