Bug 2515

Summary: glibc breaks several applications
Product: [Retired] Red Hat Linux Reporter: Thomas Zehetbauer <thomasz>
Component: glibcAssignee: Cristian Gafton <gafton>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.0CC: aleksey
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: 1999-05-16 15:59:47 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 Thomas Zehetbauer 1999-05-03 18:57:02 UTC
the new glibc-2.1 breaks source compatibility with
xterm(patch98) and SSH-2.1.26.

Also there is a binary compatibility problem with
blackdown4s JDK which can be worked around by using either
native_threads(get glibc native package and "export
THREADS_FLAG=native") or probably the libc5 version.

Comment 1 Nalin Dahyabhai 1999-05-10 18:03:59 UTC
I seem to have read somewhere that undefining HAVE_UTMPX_H in the
offending source for ssh fixes the problem, but I haven't tested that.

Comment 2 Jeff Johnson 1999-05-16 15:59:59 UTC
The fix for ssh-1.2.26 is add -D_GNU_SOURCE to CFLAGS, compile
and delete the bogus line that the compile fails on. (The line
is already deleted in ssh-1.2.27).

I'm closing this bug because
   a) xterm(patch98) is part of XFree86 (I assume).
   b) ssh is not a Red Hat package and the fixes are available.
   c) the broken blackdown JDK is already mentioned in several
   other bug reports and will be solved there not here.