Bug 82208 - "Incorrectly built binary which accesses errno, h_errno or _res directly. Needs to be fixed."
Summary: "Incorrectly built binary which accesses errno, h_errno or _res directly. Nee...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: glibc
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-01-19 22:23 UTC by Nerijus Baliūnas
Modified: 2016-11-24 15:23 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-01-19 22:26:29 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.