[webstack-discuss] Apache and APR-Util Using OpenLDAP [LSARC/2009/123 FastTrack timeout 02/27/2009]
Jeff Trawick
Jeffrey.Trawick at sun.com
Tue Feb 24 17:04:11 PST 2009
Jeff Trawick wrote:
> Danek Duvall wrote: .
>
>> I also see that the library is linked against libsendfile
>> and libuuid, which are also unused -- perhaps -z ignore on the link
>> would
>> help?
>
> I'll experiment with that separately. (The libsendfile issue at least
> has a more appropriate solution.)
It turns out that "ldd -u" is not sufficient for detecting unused
libraries. libsendfile really is unused; libuuid isn't. "ldd -u -r"
might be the solution; I'll start redoing that analysis tomorrow morning.
More information about the opensolaris-arc
mailing list