Bug 198186
| Summary: | ldd -r reports undefined symbols | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Karsten Hopp <karsten> |
| Component: | db4 | Assignee: | Jindrich Novy <jnovy> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | pknirsch |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-07-10 13:59:25 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 198485 | ||
|
Description
Karsten Hopp
2006-07-10 13:16:28 UTC
Hi Karsten,
works for me on i386:
# rpm -ql db4 | grep lib.*so | xargs ldd -r
/lib/libdb-4.3.so:
linux-gate.so.1 => (0xb7fe3000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00db1000)
libc.so.6 => /lib/libc.so.6 (0x00df6000)
/lib/ld-linux.so.2 (0x0017e000)
/usr/lib/libdb-4.3.so:
linux-gate.so.1 => (0xb7f71000)
libpthread.so.0 => /lib/libpthread.so.0 (0x0087f000)
libc.so.6 => /lib/libc.so.6 (0x00328000)
/lib/ld-linux.so.2 (0x00bfe000)
/usr/lib/libdb_cxx-4.3.so:
linux-gate.so.1 => (0xb7f14000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00f77000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00d19000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00be7000)
libm.so.6 => /lib/libm.so.6 (0x0083f000)
libc.so.6 => /lib/libc.so.6 (0x005ed000)
/lib/ld-linux.so.2 (0x002db000)
# rpm -q db4
db4-4.3.29-4
If you have further details please feel free to reopen this bug.
Ah, noticed you checked db4_tcl. But worksforme anyway ;-) # tclsh % load /usr/lib/libdb_tcl-4.3.so % So that all symbols are corretly resolved. thanks for the clarification ! |