Bug 77184

Summary: Glibc 2.2.93 is incompatible with glibc-2.2.5
Product: [Retired] Red Hat Linux Reporter: Need Real Name <mike>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: dheath, fweimer, nrybnikar
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: 2003-04-22 07:27:57 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 Need Real Name 2002-11-02 15:38:31 UTC
Description of Problem:
Binaries compiled with glibc-2.2.93 are binary incompatible with glibc-2.2.5 and
no compat libs are available

Version-Release number of selected component (if applicable):
glibc-2.2.93

How Reproducible:


Steps to Reproduce:
1. Compile rpm using stock libs
2. Try to open on RH7.3 (glibc-2.2.5)
3. 

Actual Results:
error relating to glinc_2_3

Expected Results:


Additional Information:
Compat libs should be available

Comment 1 Ulrich Drepper 2003-04-22 07:27:57 UTC
glibc is backward compatible, not forward copatible.  Code compiled with one
version of glibc is not guaranteed to run on systems with older glibcs.  This is
also true for statically linked binaries which is NSS modules.

That's just a 'don't do it'.