2009/5/7 Carlo Marcelo Arenas Belon <[email protected]>: > On Thu, May 07, 2009 at 10:52:35PM +0800, Lee Amy wrote: >> >> /usr/bin/ld: /usr/local/lib/libconfuse.a(confuse.o): relocation >> R_X86_64_32 against `a local symbol' can not be used when making a >> shared object; recompile with -fPIC >> /usr/local/lib/libconfuse.a: could not read symbols: Bad value > > you are trying to build a non-static version of ganglia linked against > a statically compiled libconfuse, you could either : > > 1) rebuild your libconfuse as a dynamic library (off by default) > > confuse $ ./configure --enable-shared > > EPEL packages are dynamic and could be used instead of a custom build library > as well in your setup AFAIK : > > http://download.fedora.redhat.com/pub/epel/5/i386/repoview/libconfuse.html > > 2) build ganglia statically (would also build all modules statically) : > > ganglia $ ./configure --enable-static-build > > Carlo >
Thanks for your reply. However, I have tried both methods but still failed. And Ganglia outputs the same error messages. Amy ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

