[OpenAFS] Undefined symbol problem

Derrick J Brashear shadow@dementia.org
Fri, 14 Nov 2003 18:24:41 -0500 (EST)


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.