I finally got a chance to working on Ganglia 2.6.0 in OS X. I first tried the CVS version and ran into a bunch of libtool errors, so taking Preston's advice I tried the pre-autoconfed version on Matt's website. Same sort of error, but less of them. Unfortunately, I have little to no understanding of libtool, and autoconf. Here is the problem during the compile: /bin/sh ../libtool --mode=link gcc -I/opt/ganglia/include -D_REENTRANT -Wall -L/opt/ganglia/lib -o libganglia.la -rpath /opt/ganglia/lib -version-info 0:0:0 -release 2.6 -export-dynamic debug_msg.lo hash.lo llist.lo rdwr.lo file.lo gexec_funcs.lo barrier.lo become_a_nobody.lo fsusage.lo dotconf.lo readdir.lo interface.lo zio.lo heap.lo tpool.lo memmanage.lo faststack.lo web.lo ../libhttpd/libhttpd.la ../libunp/libunp.la -ldl -lkvm -lresolv -lresolv -lc -lc -lpthread
rm -fr .libs/libganglia.la .libs/libganglia.* .libs/libganglia-2.6.*
gcc -r -keep_private_externs -nostdlib -o .libs/libganglia-2.6.0.0.0.dylib-master.o debug_msg.lo hash.lo llist.lo rdwr.lo file.lo gexec_funcs.lo barrier.lo become_a_nobody.lo fsusage.lo dotconf.lo readdir.lo interface.lo zio.lo heap.lo tpool.lo memmanage.lo faststack.lo web.lo -all_load ../libhttpd/.libs/libhttpd.al ../libunp/.libs/libunp.al && gcc -dynamiclib -flat_namespace -undefined suppress -o .libs/libganglia-2.6.0.0.0.dylib .libs/libganglia-2.6.0.0.0.dylib-master.o -L/opt/ganglia/lib ../libhttpd/.libs/libhttpd.al -lresolv -lresolv -lc -lc ../libunp/.libs/libunp.al -lresolv -lresolv -lc -lc -ldl -lkvm -lresolv -lresolv -lc -lc -lpthread -lc -install_name /opt/ganglia/lib/libganglia-2.6.0.dylib -compatibility_version 1 -current_version 1.0
ld: multiple definitions of symbol _memory_pool
tpool.lo definition of _memory_pool in section (__DATA,__common)
memmanage.lo definition of _memory_pool in section (__DATA,__common)
web.lo definition of _memory_pool in section (__DATA,__common)
../libhttpd/.libs/libhttpd.al(httpd_acl.lo) definition of _memory_pool in section (__DATA,__common) ../libhttpd/.libs/libhttpd.al(httpd_api.lo) definition of _memory_pool in section (__DATA,__common) ../libhttpd/.libs/libhttpd.al(httpd_protocol.lo) definition of _memory_pool in section (__DATA,__common)
make[2]: *** [libganglia.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Help? :)

Josh Durham                                     [EMAIL PROTECTED]
Computer Systems Engineer               P: 540.231.2361
Terascale Computing Facility
Virginia Tech

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to