This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GLIBC_2.0 not defined


Hi,
I am working on a RH AS4 box and I am getting this
error when trying to run

relocation error: <some stuff>: symbol errno, version
GLIBC_2.0 not defined in file libc.so.6 with link time
reference

I've tried all of the LD_ASSUME_KERNEL stuff.

I've done this:
nm libc.so.6 |grep errno

and got this:
000eabf0 T clnt_perrno
000ea830 T clnt_sperrno
00129340 B _errno@GLIBC_2.0
00129340 B errno@GLIBC_2.0
00015610 T __errno_location
000ea830 t __GI_clnt_sperrno
00015610 t __GI___errno_location
000de8c0 t __GI___h_errno_location
0012af54 V _h_errno@GLIBC_2.0
0012af54 B h_errno@GLIBC_2.0
000de8c0 T __h_errno_location

And tried this:
readelf -a /lib/libc.so.6 |grep _exit

and got this:
00127e94  0002c006 R_386_GLOB_DAT    00128260  
obstack_exit_failure
00127f00  0004be06 R_386_GLOB_DAT    00128308  
argp_err_exit_status
   187: 000efc20    67 FUNC    GLOBAL DEFAULT   11
svc_exit@@GLIBC_2.0
   212: 000d64c0    56 FUNC    GLOBAL DEFAULT   11
pthread_exit@@GLIBC_2.0
   280: 000dd590     5 FUNC    GLOBAL DEFAULT   11
__cyg_profile_func_exit@@GLIBC_2.2
   619: 0002b1c0    54 FUNC    GLOBAL DEFAULT   11
__on_exit@@GLIBC_PRIVATE
   704: 00128260     4 OBJECT  GLOBAL DEFAULT   28
obstack_exit_failure@@GLIBC_2.0
  1202: 0002b1c0    54 FUNC    WEAK   DEFAULT   11
on_exit@@GLIBC_2.0
  1214: 00128308     4 OBJECT  GLOBAL DEFAULT   28
argp_err_exit_status@@GLIBC_2.1
  1936: 0008bccc    19 FUNC    GLOBAL DEFAULT   11
_exit@@GLIBC_2.0
  2308: 00128f6c     4 OBJECT  LOCAL  HIDDEN   28
__exit_funcs
  2449: 0002b200   234 FUNC    LOCAL  DEFAULT   11
__new_exitfn
  2534: 000b8be0    53 FUNC    LOCAL  DEFAULT   11
__exit_thread
  2669: 0002b0e0   217 FUNC    LOCAL  HIDDEN   11
__GI_exit
  2920: 000d64c0    56 FUNC    LOCAL  DEFAULT   11
__pthread_exit
  3225: 0008bccc    19 FUNC    LOCAL  DEFAULT   11
__GI__exit
  4045: 000efc20    67 FUNC    GLOBAL DEFAULT   11
svc_exit
  4070: 000d64c0    56 FUNC    GLOBAL DEFAULT   11
pthread_exit
  4138: 000dd590     5 FUNC    GLOBAL DEFAULT   11
__cyg_profile_func_exit
  4477: 0002b1c0    54 FUNC    GLOBAL DEFAULT   11
__on_exit
  4562: 00128260     4 OBJECT  GLOBAL DEFAULT   28
obstack_exit_failure
  5060: 0002b1c0    54 FUNC    WEAK   DEFAULT   11
on_exit
  5072: 00128308     4 OBJECT  GLOBAL DEFAULT   28
argp_err_exit_status
  5794: 0008bccc    19 FUNC    GLOBAL DEFAULT   11
_exit

I'm in over my head. Any suggestions?

Thanks!


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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