Re: [OMPI users] openmpi java binding errors

2013-03-18 Thread Jeff Squyres (jsquyres)
I'm back online - here's the URL you need to see the required versions of autotools to build from a Subversion checkout: http://www.open-mpi.org/svn/building.php On Mar 18, 2013, at 12:42 PM, Jeff Squyres (jsquyres) wrote: > Did you build from a Subversion checkout, and therefore run aut

Re: [OMPI users] openmpi java binding errors

2013-03-18 Thread Jeff Squyres (jsquyres)
Did you build from a Subversion checkout, and therefore run autogen.pl? If so, it sounds like you need to upgrade your version of the autotools -- you might be using a libtool package (and therefore libltdl) that is too old. See the autotools page on the OMPI web site (sorry, I'm not connected r

Re: [OMPI users] openmpi java binding errors

2013-03-15 Thread Ralph Castain
It isn't libtool that you need - it is lt_dladvise. It's in a different package. On Mar 15, 2013, at 6:02 PM, Huasha Zhao wrote: > I think I have it installed. when i type 'which libtool', the system responds > '/usr/local/bin/libtool' > > > On Fri, Mar 15, 2013 at 7:27 AM, Ralph Castain wro

Re: [OMPI users] openmpi java binding errors

2013-03-15 Thread Huasha Zhao
I think I have it installed. when i type 'which libtool', the system responds '/usr/local/bin/libtool' On Fri, Mar 15, 2013 at 7:27 AM, Ralph Castain wrote: > It isn't finding libtool's dladvise support - try installing > the libtool-ltdl package > > On Mar 13, 2013, at 7:59 PM, Huasha Zhao wr

Re: [OMPI users] openmpi java binding errors

2013-03-15 Thread Ralph Castain
It isn't finding libtool's dladvise support - try installing the libtool-ltdl package On Mar 13, 2013, at 7:59 PM, Huasha Zhao wrote: > Hi all, > > I encountered an error when running openmpi Java applications (it works fine > with c/c++ applications). The java code compiles successfully, but

[OMPI users] openmpi java binding errors

2013-03-13 Thread Huasha Zhao
Hi all, I encountered an error when running openmpi Java applications (it works fine with c/c++ applications). The java code compiles successfully, but it crashed at runtime with: NO LT_DLADVISE - CANNOT LOAD LIBOMPI JAVA BINDINGS FAILED TO LOAD REQUIRED LIBRARIES I think it has to do with dynam