|
From: Xavier T. <tx...@gm...> - 2006-05-16 18:37:29
|
I'm trying to configure a profiler agent for use with my wrapped service but the agents share library isn't being found. I added : wrapper.java.library.path.x=3D/opt/jprofiler4/bin/linux_x64 which contains libjprofilerti.so and wrapper.java.additional.x=3D-agentlib:jprofilerti to my wrapper config file. However when I try and start my service it fail because it can't find the shared library. I'm doing this on Linux and I've tried setting the environment var LD_LIBRARY_PATH and running ldconfig /opt/jprofiler4/bin/linux_x64 to make sure that the library can be found but nothing has worked. Any suggestions? |