joda@pdc.kth.se (Johan Danielsson) writes: > Love <lha@stacken.kth.se> writes: > >> Wont loading of non-dynamic modules fail then ? > > Why? exit(3) (call from krb5_err) usually makes the process exit, and since find_dynamic_method() is called before find_method(), it will exit when dlopen failes. Love