Bug 172114
Summary: | Compilation problem: libnetsnmp.so not found | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Patrice Guay <froggy> |
Component: | OpenIPMI | Assignee: | Phil Knirsch <pknirsch> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.0 | CC: | rvokal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-11-07 14:55:31 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: |
Description
Patrice Guay
2005-10-31 16:58:51 UTC
That is a problem with libtool picking up the 32bit development library if the net-snmp-devel i386 package has been installed. To resolve this problem remove the net-snmp-devel.i386 package using: rpm -e net-snmp-devel.i386 on a command line. Read ya, Phil I'm quite sure this would work. However, my concern is why do I have to do this? Is there a way to fix libtool instead? Thanks, -- Patrice The problem is that libtool never was really properly designed to be used for development on multilib platforms. So fixing it would probably require quite a bit of work how libtool selects and finds libraries for those cases. Additionally, most packages come with their own copy of libtool in order to have a know working one with that specific package, so fixing libtool itself might work for some packages that use the system libtool but not for quite a few others. Read ya, Phil Thanks for the information. Maybe this will help someone running into the same problem. |