On Thu, Jul 03, 2008 at 05:16:15PM +0100, [EMAIL PROTECTED] wrote:
> I forgot to mention that /usr/local is already in LD_LIBRARY_PATH, and I
> had already tried manually including -L/usr/local/lib in my LDFLAGS
> 
> Libintl.so would not be found at all if the linker wasn't looking in
> /usr/local/lib

right, realized that as soon as I took a look at your failed test output.
guess that package from libconfuse you have is broken then, where did you get
it?

and can you try with your own version of libconfuse 2.6 compiled from source?
(libconfuse 2.5 had some link issues from source that were fixed in 2.6).
use for building libconfuse :

  $ ./configure --prefix=/usr/local --enable-shared

too see where the dependency problem is, you can use (shown for libconfuse):

  $ ldd /usr/local/lib/libconfuse.so
  $ nm -o /usr/local/lib/libconfuse.so
  $ objdump -x /usr/local/lib/libconfuse.so

in all related libraries to see what is missing

Carlo

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Ganglia-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to