Re: Missing dependencies on shared libraries
- From: "M. Warner Losh" <imp@xxxxxxxxxx>
- Date: Sat, 15 Apr 2006 12:06:40 -0600 (MDT)
In message: <Pine.GSO.4.64.0604151358210.9220@xxxxxxxxxxxxx>
Daniel Eischen <deischen@xxxxxxxxxxx> writes:
: On Sat, 15 Apr 2006, M. Warner Losh wrote:
:
: > In message: <Pine.GSO.4.64.0604141439280.3685@xxxxxxxxxxxxx>
: > Daniel Eischen <deischen@xxxxxxxxxxx> writes:
: > : On Fri, 14 Apr 2006, Victor Balada Diaz wrote:
: > :
: > : > Hi,
: > : > I found that ldd doesn't report libc as a dependency on most (all?)
: > : > libraries:
: > : >
: > : > pato> ldd /usr/lib/libfetch.so
: > : > /usr/lib/libfetch.so:
: > : > libssl.so.3 => /usr/lib/libssl.so.3 (0x4816a000)
: > : > libcrypto.so.3 => /lib/libcrypto.so.3 (0x48198000)
: > : >
: > : > does anyone know why?
: > :
: > : AFAIK, it's being worked on. It's not just libc either, -pthread
: > : also has to start linking to libpthread.
: >
: > We don't record libc dependencies into shared libraries right now. If
: > we did, that would create some problems and solve some problems. With
: > symbol versioning, it most likely will become moot, since we'll never
: > have to bump libc major version again...
:
: kan stated he was working on doing this, which is what I was
: referring to above.
That makes sense. If you explicitly include libc on the command line
to build the library, it is included...
Warner
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Missing dependencies on shared libraries
- From: Daniel Eischen
- Re: Missing dependencies on shared libraries
- References:
- Re: Missing dependencies on shared libraries
- From: Daniel Eischen
- Re: Missing dependencies on shared libraries
- From: M. Warner Losh
- Re: Missing dependencies on shared libraries
- From: Daniel Eischen
- Re: Missing dependencies on shared libraries
- Prev by Date: Re: Missing dependencies on shared libraries
- Next by Date: Re: User mounting take 2
- Previous by thread: Re: Missing dependencies on shared libraries
- Next by thread: Re: Missing dependencies on shared libraries
- Index(es):
Relevant Pages
|