Bug 82208

Summary: "Incorrectly built binary which accesses errno, h_errno or _res directly. Needs to be fixed."
Product: [Retired] Red Hat Raw Hide Reporter: Nerijus BaliĆ«nas <nerijus>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: fweimer
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-01-19 22:26:29 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 Nerijus Baliƫnas 2003-01-19 22:23:00 UTC
After upgrading to the latest glibc from rawhide (glibc-2.3.1-38.i686.rpm) my
old, compiled on RH 6.x with glibc 2.0, qmail installation stops working. For
example, trying to run maildirsmtp fails:
Incorrectly built binary which accesses errno, h_errno or _res directly. Needs
to be fixed.
maildirserial: fatal: unable to read /var/qmail/control/bouncefrom: no error

It seems binary compatibility is broken.

Comment 1 Jakub Jelinek 2003-01-19 22:26:29 UTC
Bug compatibility, not binary compatibility.
The program and its libraries you're trying to run was built incorrectly,
either you work around it by running it with LD_ASSUME_KERNEL=2.2.5, or
you fix it and recompile.