installation problem

Questions about YourKit Java Profiler
Post Reply
r_panther
Posts: 2
Joined: Mon Nov 01, 2004 11:28 pm

installation problem

Post by r_panther »

I am a Linux newbie:

trying to install yourKit 3.1

I am running Debian 2.4.23 with gcc 2.95.4
I have added

LD_LIBRARY_PATH=/usr/local/yourkit/yjp/bin/linux-gcc2.9
export LD_LIBRARY_PATH

to my app's startup shell script

but i still get an error :

Error occurred during initialization of VM
Could not find -Xrun library: libyjpagent.so

When i do ldd libyjpagent.so i get
libltdl.so.3 not found

What is that so and what do i do now?

thanks
Vladimir Kondratyev
Posts: 1625
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

Just install ltdl library and everything should work. ltdl is library which provides access to dynamic loader.
r_panther
Posts: 2
Joined: Mon Nov 01, 2004 11:28 pm

Post by r_panther »

Can you please point me to what I need to install? I am running Debian and cannot find any .deb distributions.

Thanks
Vladimir Kondratyev
Posts: 1625
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

Unfortunately we are not using Debian here, but there is libltdl.rpm package under FC.
Post Reply