glibc 2.3 required?

Questions about YourKit Java Profiler
Post Reply
zahir
Posts: 5
Joined: Wed Jul 20, 2005 5:18 pm

glibc 2.3 required?

Post by zahir »

Hi,

I'm trying to profile an app on linux redhat advanced server 2.1 but can't get the yjpagent recognised.

ldd libyjpagent.so returned:

...version 'GLIBC_2.3' not found (required by...

any ideas?

cheers, Zahir.
Vladimir Kondratyev
Posts: 1626
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

What is glibc version you have? What is output of "uname -a"
zahir
Posts: 5
Joined: Wed Jul 20, 2005 5:18 pm

Post by zahir »

uname -a:

Linux beatrix.london.alaric 2.4.9-e.40smp #1 SMP Fri Apr 23 13:06:05 EST 2004 i686 unknown

ldd yjp-4.5-eap-build628/bin/linux-x86-32/libyjpagent.so:

yjp-4.5-eap-build628/bin/linux-x86-32/libyjpagent.so: /lib/i686/libc.so.6: version `GLIBC_2.3' not found (required by yjp-4.5-eap-build628/bin/linux-x86-32/libyjpagent.so)
libc.so.6 => /lib/i686/libc.so.6 (0x40167000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

rpm -q glibc:

glibc-2.2.4-32.15

does this help?
Vladimir Kondratyev
Posts: 1626
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

Thank you for info. It helped. We'll try to fix this problem in one of the next EAP builds.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Post by Anton Katilin »

The problem will be fixed in next EAP build (#630).
Post Reply