[OpenAFS-devel] OpenAFS 1.2.9-rc3 under RedHat 9

Derrick J Brashear shadow@dementia.org
Mon, 31 Mar 2003 16:23:40 -0500 (EST)


On Mon, 31 Mar 2003, Frank Bagehorn wrote:

> The only remaining issue, is a error message when loading the module:
>         Incorrectly built binary which accesses errno, h_errno or _res
> directly.
>         Needs to be fixed.
> Anyone knows how to get rid of that one ?

The module I built doesn't have this. So, can you in your build tree
cd src/libafs/MODLOAD-(one of the directories)
and assuming a csh derived shell:
foreach i (*.o)
echo $i
nm $i|grep errno
end

and see which .o file has the reference?