Bug 91885 - version GLIBC_2.0 not defined in file libc.so.6
Summary: version GLIBC_2.0 not defined in file libc.so.6
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: glibc
Version: 9
Hardware: i686
OS: Linux
high
high
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-05-29 10:19 UTC by Srdjan Maksimovic
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-06-02 11:36:43 UTC
Embargoed:


Attachments (Terms of Use)

Description Srdjan Maksimovic 2003-05-29 10:19:52 UTC
Description of problem:


Version-Release number of selected component (if applicable):
RedHat 9.0, Kernel 2.4.20-8, glibc 2.3.2 27-9

How reproducible:
When trying to build php get "symbol errno, version GLIBC_2.0 not defined in
file libc.so.6 with link time reference" message

Steps to Reproduce:
1.
2.
3.
    
Actual results:


Expected results:


Additional info:

Comment 1 Jakub Jelinek 2003-06-02 11:36:43 UTC
That's php bug which forgets to #include <errno.h> before using errno.
Either you need to fix that, or use php included in the distribution.
There is a workaround for broken binaries, you can pass LD_ASSUME_KERNEL=2.4.19
in the environment so that non-TLS libc is used.


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