Hi,

This bug is probably caused by a missing -fPIC when linking
pam_opie.so. -fPIC should be given both when compiling (as is
correctly done) and when linking. From the GCC info page:

`-shared'
     Produce a shared object which can then be linked with other
     objects to form an executable.  Not all systems support this
     option.  For predictable results, you must also specify the same
     set of options that were used to generate code (`-fpic', `-fPIC',
     or model suboptions) when you specify this option.(1)

To fix this, -fPIC should be added to the LD_D definition in
Makefile:32.

        Sami

Attachment: signature.asc
Description: Digital signature

Reply via email to