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: lazy library loading


Carlos O'Donell <carlos@...> writes:


> 
> Why do you need lazy library loading?
> 


AFAIK, in Solaris lazy load is (was?) used as a workaround to library 
unavailability.

Say, /sbin/foo is linked to /usr/lib/libbar.so.1, but /usr is not mounted yet.
Nevetherless, /sbin/foo still can run, if not using symbols from 
/usr/lib/libbar.so.1.


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