Atro Tossavainen <[EMAIL PROTECTED]> writes: > I've got AFS working, but not pam_afs:
> Oct 16 02:21:59 x sshd[3154]: PAM unable to dlopen(/lib/security/pam_afs.so) > Oct 16 02:21:59 x sshd[3154]: PAM [error: /lib/security/pam_afs.so: > R_PPC_REL24 relocation at 0x0faf99fc for symbol `strlen' out of range] > Oct 16 02:21:59 x sshd[3154]: PAM adding faulty module: > /lib/security/pam_afs.so > and can't log in. What might be causing this? pam_afs isn't going to work on any Linux platform other than i386 unless you build all of the libraries PIC. You really don't want to be using it anyway if you can possibly help it, but you probably knew that already. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
