This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: static_link_warning


2010/8/19 StanisÅaw Findeisen <stf@eisenbits.homelinux.net>:
> It's like another copy of glibc being loaded along with those NSS
> modules, right? It could be dynamically loaded but also statically
> linked with that NSS module or with one of the modules it needs?

Yes, the NSS modules and the application each have a copy of glibc.
The applications copy is statically compiled into the binary, and the
NSS modules use the DSO.

No, NSS does not currently support statically linking in a module.
Nobody has done the work to support this.

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]