This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: //lib/libc.so.6: undefined reference to `_dl_...@GLIBC_2.2'


> From: Andreas Jaeger <aj@suse.de>
> Date: 01 Jan 2001 12:27:36 +0100
> 
> How did you configure glibc?

I didn't.  I'm currently using the Slackware 7.1 glibc package.  I don't
recall the specific options I used when I did try compiling it myself,
but it wasn't anything unusual.


> gromit:~:[0]$ readelf -a  /lib/ld-linux.so.2 |grep _dl_out_of_memory
>   000165b0  05806 R_386_GLOB_DAT        00014b40  _dl_out_of_memory        
>     88: 00014b40    14 OBJECT  GLOBAL DEFAULT   11 _dl_out_of_memory@@GLIBC_2.2
>    434: 00014b40    14 OBJECT  GLOBAL DEFAULT   11 _dl_out_of_memory

Okay...  I get two of those three lines.  Is that a problem?  If so,
exactly what should I do about it?

gauss:~>readelf -a  /lib/ld-linux.so.2 |grep _dl_out_of_memory
  00015fb0  05806 R_386_GLOB_DAT        00014480  _dl_out_of_memory        
    88: 00014480    14 OBJECT  GLOBAL DEFAULT   11 _dl_out_of_memory@@GLIBC_2.2


> Your dynamic linker is broken.

Thanks for confirming that, but could you please be a little more
specific?  I figured it had *something* to do with the dynamic linker,
since only libdl is generating these error messages.  I'm not getting
any other unusual undefined references.

I've reinstalled the Slackware "glibc" and "ldso" packages several times
and I've compiled them myself at least once each.  Can you tell me
exactly what part of the dynamic linking system could be "broken" in
such a way as to cause this, and where I can get one that might work
correctly?  

-- 
            -Dave Noelle,                 dave@Straylight.org
            -the Villa Straylight,  http://www.straylight.org
Coalition Against Unsolicited Commercial Email  ==  http://www.cauce.com

Disclaimer: Any similarities to the opinions of any real or fictional 
persons, living, dead, or undead, are clearly the reader's own delusion.

Quote of the Day:
Death is a nonmaskable interrupt.   

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]