[OpenAFS-devel] PAM modules for AMD64 architecture

Derrick J Brashear shadow@dementia.org
Sat, 11 Dec 2004 05:48:27 -0500 (EST)


On Fri, 10 Dec 2004, Frank Bagehorn wrote:

> Is there any reason why I shouldn't have PAM modules on a 64bit Linux ? I
> want my PAM !

You can disable the check if you also set CCOBJ to cc -fPIC. Otherwise, 
there's a problem where we try to link pam modules against archive 
libraries of static code, and ld on x86_64 doesn't do relocations.