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'


>>>>> David Andrew Michael Noelle writes:

 > Since I upgraded to glibc 2.2, many programs I've tried to compile have
 > failed with the same string of 11 undefined references:

How did you configure glibc?

 > //lib/libc.so.6: undefined reference to `_dl_out_of_memory@GLIBC_2.2'
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

Your dynamic linker is broken.

Andreas
 > //lib/libc.so.6: undefined reference to `_dl_clktck@GLIBC_2.2'
 > //lib/libc.so.6: undefined reference to `_dl_argv@GLIBC_2.2'
 > //lib/libc.so.6: undefined reference to `_dl_debug_files@GLIBC_2.2'
 > //lib/libc.so.6: undefined reference to `_dl_check_map_versions@GLIBC_2.2'
 > //lib/libc.so.6: undefined reference to `_dl_load_lock@GLIBC_2.2'
 > //lib/libc.so.6: undefined reference to `_dl_init_all_dirs@GLIBC_2.2'
 > //lib/libc.so.6: undefined reference to `_dl_init@GLIBC_2.2'
 > //lib/libc.so.6: undefined reference to `_dl_all_dirs@GLIBC_2.2'
 > //lib/libc.so.6: undefined reference to `_dl_nloaded@GLIBC_2.2'
 > //lib/libc.so.6: undefined reference to `_dl_pagesize@GLIBC_2.2'

 > I'm using Slackware 7.1, and I've tried both compiling glibc 2.2 myself
 > and installing it from the Slackware packages.  Everything that was
 > already installed seems to still be working normally, including some
 > that I can no longer compile from source because of this.

 > It's been driving me crazy seeing the same set of errors on so many
 > different programs and not being able to figure out what was wrong.  I'd
 > greatly appreciate any help with this.

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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