Bug 742678
| Summary: | libnetsnmpmibs.so.30 is linked against libperl.so ? | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Hans de Goede <hdegoede> |
| Component: | net-snmp | Assignee: | Jan Safranek <jsafrane> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 16 | CC: | jsafrane |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | net-snmp-5.7.1-2.fc16 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-10-25 03:21:21 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: | |||
net-snmp-5.7.1-2.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/net-snmp-5.7.1-2.fc16 Package net-snmp-5.7.1-2.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing net-snmp-5.7.1-2.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/net-snmp-5.7.1-2.fc16 then log in and leave karma (feedback). net-snmp-5.7.1-2.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. |
While running prelink -a it complained about libnetsnmpmibs.so.30 missing a dependency, ldd gives: [hans@localhost ~]$ ldd -r /usr/lib64/libnetsnmpmibs.so.30 linux-vdso.so.1 (0x00007fffab997000) libnetsnmpagent.so.30 => /usr/lib64/libnetsnmpagent.so.30 (0x00007f50c3ead000) libwrap.so.0 => /lib64/libwrap.so.0 (0x00007f50c3ca3000) libperl.so => not found libresolv.so.2 => /lib64/libresolv.so.2 (0x00007f50c3a86000) <snip> It howover does not complain about any missing symbols, so it would seem that the solution would be to simply not llink against libperl.so, esp. since the location of libperl.so is: /usr/lib64/perl5/CORE/libperl.so And that is not part of ld.so.conf, so it should not be directly linked to.