On Thu, May 07, 2009 at 10:23:22AM -0400, Justin R. Davis wrote: > > When I try and compile 3.1.2 I run into a problem linking with the expat > library.
do you have both a 32bit expat (/usr/lib) and 64bit expat (/usr/lib64)? which distribution/version? > Ganglia's libtool want to use the version in /usr/lib although > I believe it should be using the version in /usr/lib64 that is the problem, ganglia's configure is sadly not that smart as it was only starting with 3.1.0 that it uses external library dependencies and for whatever reason your setup is getting it confused. > If I try and compile 3.1.1 on the same computer, using the same configure > arguments, it builds fine: this is therefore a regression, at least for your configuration, for that the output of your config.log might be needed, so feel free to send it directly (as it might be too big for the list), or attach it to a bug report with all other relevant information. since there shouldn't had been any changes between 3.1.1 and 3.1.2 that could trigger this AFAIK, would be also interesting to see what the working 3.1.1 log shows. if you could extract the relevant information for this thread, even better as that would help other people later that have your same problem. > Any idea how this issue can be fixed in the 3.1.2 version? as a workaround you might be able to use : ./configure --libdir=/usr/lib64 Carlo ------------------------------------------------------------------------------ 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

