Ticket #95 (closed defect: fixed)
dynamic libraries are not dynamic
| Reported by: | bencer | Owned by: | smoku |
|---|---|---|---|
| Priority: | major | Component: | Build |
| Version: | 2.1.5 | Keywords: | |
| Cc: | Tracforge_linkmap: | ||
| Blocking: | Blocked By: |
Description
when you use dlopen to load dyn libs, they are not linked at build time so --enable-ldap or --enable-foo shouldn't make appear libfoo on a ldd dump. see:
jabberd compiled with ldap and berkeleydb:
sid:~/jabberd/jabberd-2.1.6$ ldd c2s/c2s
--> libldap_r.so.2 => /usr/lib/libldap_r.so.2 (0x00002b5ab7086000)
liblber.so.2 => /usr/lib/liblber.so.2 (0x00002b5ab7284000)
--> libdb-4.3.so => /usr/lib/libdb-4.3.so (0x00002b5ab7392000)
etc.
Change History
Note: See
TracTickets for help on using
tickets.