From: Doug M. <do...@hy...> - 2010-02-24 19:16:57
|
Hi Chakresh, There is a classpath issue running the 'test' command, you can workaround with: cp lib/*.jar sigar-bin/lib Clearly our binary compiled on RHEL 5.2 is not compatible with your SLES 10 system, unclear why however. Is zVM A and B running the same OS? The sources are compiled with -fPIC btw, see: ant -verbose 2>&1 | grep fPIC [cc] gcc -O2 -Wall -m64 -c -fPIC ... -Doug |