Bug 66278
| Summary: | libs6.so has no symbols | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Dmitry Melekhov <dm> |
| Component: | glibc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED ERRATA | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | CC: | chuck, 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-06-07 14:59:25 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
Dmitry Melekhov
2002-06-07 04:49:08 UTC
Sorry, I were wrong. I didn't know that there is /lib/i686 But, anyway, this problem exists with Sun jdk 1.3.1 and 1.4.0. Using of IBM jdk 1.3.1 solves problem. But there was no such problem on RH 7.2! Even /lib/libc.so.6 has the dynamic symbol table (otherwise it would be useless), see readelf -s /lib/libc.so.6 or nm -D /lib/libc.so.6. The fact is that because of a bug get*ent_r@@GLIBC_2.1.2 functions are not exported (but e.g. get*ent_r are). I've fixed this in: http://sources.redhat.com/ml/libc-hacker/2002-06/msg00008.html Will work on a 7.3 errata for this next week. This was fixed in glibc-2.2.5-36. |