Bug #3538
Some libs in /usr/lib are stripped.
Start date:
2013-02-08
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Description
Had something that need libpcap and configure was failing. Turns out that libpcap.so is stripped. A
cd /usr/lib; file *.so | grep -v "not stripped"
will give a list of libs that need symbols....
Updated by Jon Tibble about 8 years ago
- Status changed from New to Closed
Duplicate of #3221 which is fixed for the next release.