Retiring static libpam support
Julian Elischer
julian at elischer.org
Wed Jun 8 20:20:23 GMT 2005
Dag-Erling Smørgrav wrote:
>Julian Elischer <julian at elischer.org> writes:
>
>
>>I gues it would be ok if the basic binary is static and the PAM
>>modules are loaded using dlopen.
>>
>>
>
>You can't load dynamic objects from a static binary. It doesn't have
>a working dlopen() (since dlopen() is implemented by the run-time
>loader), and even if it did, there is no relocation table there to
>resolve dependencies in the dynamic object.
>
>
so basically that would screw us.
>DES
>
>
More information about the freebsd-arch
mailing list