Bug 91180 - GLIBC_2.0 not defined in file libc.so.6 with link time reference
Summary: GLIBC_2.0 not defined in file libc.so.6 with link time reference
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: glibc
Version: 9
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-05-19 20:27 UTC by Chandrasekar Ram
Modified: 2016-11-24 15:18 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-05-19 20:49:56 UTC
Embargoed:


Attachments (Terms of Use)

Description Chandrasekar Ram 2003-05-19 20:27:38 UTC
Description of problem:

When i try to start netscape ldap in redhat 9.0 it gives the following error...
Starting Netscape LDAP:./ns-slapd: relocation 
error: ../../../lib/libnsres31.so: symbol errno, version GLIBC_2.0 not defined 
in file libc.so.6 with link time reference



Version-Release number of selected component (if applicable):
Netscape Directory Server Version 4.12


How reproducible:


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


Expected results:


Additional info:

Comment 1 Jakub Jelinek 2003-05-19 20:49:56 UTC
That's netscape bug, so you should report it to them instead.
Whenever errno is used, #include <errno.h> must preceede it, as required by
various standards, and apparently some code in libnsres31.so did not bother
to do it.
In the mean time, you can run the application with LD_ASSUME_KERNEL=2.4.1 in
the environment as a workaround.


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