Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=694287
--- Comment #12 from Richard Shaw hobbes1069@gmail.com 2011-04-12 11:55:35 EDT --- Output:
# ldd -r /usr/lib64/libbuffer.so linux-vdso.so.1 => (0x00007fff8f6d2000) libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x0000003e4ee00000) libm.so.6 => /lib64/libm.so.6 (0x0000003e45600000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000003e45e00000) libc.so.6 => /lib64/libc.so.6 (0x0000003e44a00000) /lib64/ld-linux-x86-64.so.2 (0x0000003e44600000) undefined symbol: _ZN6Common4ftoaEfPc (/usr/lib64/libbuffer.so) undefined symbol: _ZN6Common4dtoaEdPcb (/usr/lib64/libbuffer.so)
Ok, now how do I know what's missing?
I'm googling everything I can think of and found some previous bug reports and saw solutions like, "Oh, your missing linking against <library>." But I can't tell how they knew which one was missing!