On Fri, 14 Nov 2003, David Botsch wrote: > Got it. > > Thanks! > > -lauth -lsys -lrxkad -llwp -lafsutil -lkauth -lafsauthent -lafsrpc \ > -lpthread -lresolv -lrx Nope. Wrong. *no other* after libraries meant auth, sys, rxkad, lwp, kauth and rx needed to go. The same functions are in both sets of libraries. One uses lwp. The other uses pthreads. Mixing is not safe. Don't do it.