Description of problem: Wireshark libraries report undefined symbols. Version-Release number of selected component (if applicable): wireshark-1.0.8-EL3.1 (the same behavior with the prior versions too, so it's not a regression) How reproducible: Always Steps to Reproduce: 1. rpm -ql wireshark| grep lib.*so | xargs ldd -r 2>&1 | grep undefined Actual results: 1574 undefined symbols Expected results: 0 undefined symbols