[OpenAFS] Undefined symbol problem
Derrick J Brashear
shadow@dementia.org
Fri, 14 Nov 2003 20:34:09 -0500 (EST)
On Fri, 14 Nov 2003, David Botsch wrote:
> Ok, am now using:
>
> -lauth -lsys -lrxkad -lafsutil -lkauth -lafsauthent -lafsrpc -lpthread -lresolv
> -lrx
no really. *just* afsauthent, afsrpc, pthread. not auth, sys, rxkad, kauth
or rx.
afsauthent, afsrpc -> pthread
kauth, auth, et al -> lwp
> Tried keeping lwp and getting rid of pthread, but that lead to many unresolved
> symbols. So, the opposite seems to have made things happy.
which of course is why i said:
> > > Nope. Wrong. *no other* after libraries meant auth, sys, rxkad, lwp, kauth
> > > and rx needed to go.