From: Ray B. <sig...@hy...> - 2010-05-12 05:28:53
|
Something like: % export LD_LIBRARY_PATH="DIR_where_Your_libsigar-x86-linux.so_is":$LD_LIBRARY_PATH % mvn site So if you put your libsigar-x86-linux.so in the depends/ below the current dir ("."): then:: % export LD_LIBRARY_PATH=depends:$LD_LIBRARY_PATH % mvn site |