Bug 65594
Summary: | Strange declaration differences on libresolv (.a/.so) (glibc-devel-2.2.5-34) | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | mehdi.farhat <mehdi.farhat> |
Component: | glibc | Assignee: | Jakub Jelinek <jakub> |
Status: | CLOSED NOTABUG | QA Contact: | Brian Brock <bbrock> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.3 | CC: | fweimer |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2002-05-28 11:17:51 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
mehdi.farhat
2002-05-28 10:40:52 UTC
from 'info nm' "If lowercase,the symbol is local; if uppercase, the symbol is global (external)." so why in one case i have a local symbol and another time i have a global symbol ??? That's because of symbol versioning (and has been like this for a long time). IMHO you'd better use -ldns from bind... |