Loading of library
When starting catchXSL! it is not necessary that you specifiy the path where
the shared library for time measurement is to be found. The tool tries to find
this out by itself. But it may still occur that in your environment this doesn't
work. You'll see an according message then. In that case
you have to do the following things:
For Linux and SunOS users on intel platforms:
You have to set the environment variable LD_LIBRARY_PATH to the following before starting the profiler.
For Linux:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PROFILER_HOME/bin/linux_x86
SunOS:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PROFILER_HOME/bin/sunos_x86
For Windows users:
Copy the the file $PROFILER_HOME/lib/windows_x86/libgettimeofday.dll under <windir>/system32.
TOP
|