From: Doug M. <do...@hy...> - 2007-08-07 17:23:38
|
Hi Marcos, There is a binary included already with the HQ agent: pdk/lib/libsigar-ia64-linux.so Did you have problems using that? In any case, to build from source, you might need to remove the -m64 flag from hyperic_jni/jni-build.xml: <!-- Linux --> <compiler name="gcc" debug="${jni.debug}" if="linux"> ... - <compilerarg value="-m64" if="jni.arch64"/> |