R Armiento <[EMAIL PROTECTED]> writes:

> I've tracked the problem down into the openafs sources; in
>   openafs/src/pam/Makefile
> Inside the 'pam_afs.so.1' stansa, in the '*linux*' option,
> it seems $(LIBS) is missing on the absolute end of the compile 
> line (compare with the compile lines for other platforms)

> If I add $(LIBS) to the compile line and recompile, I get a pam module
> that works for me.

Unfortunately, you'll get a PAM module that won't work on many of the
platforms that Debian supports, since you're now linking with non-PIC
code.

Something's apparently missing from the object files built PIC.  I'll see
if I can track it down.

> I have seen this problem on both i386 and alpha linux debian.  The only
> thing I don't understand at all is how the binary module can work for
> anyone else out there. Perhaps I'm missing something.

I'm a bit baffled by this too, since I was using the module just recently,
but it definitely doesn't work right now.

I'll try to get this into the upcoming testing-proposed-updates upload.

-- 
Russ Allbery ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to