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