Re: [OMPI devel] NO LT_DLADVISE - CANNOT LOAD LIBOMPI JAVA BINDINGS

2013-09-03 Thread Jeff Squyres (jsquyres)
On Sep 2, 2013, at 1:53 AM, Bibrak Qamar wrote: > Yes you are right, it does distribute the ltdl in the source library. But > isn't it installed by default when OpenMPI is installed? It certainly should. But it's part of libopen-pal.so -- not a standalone libltdl.so. If you're running your o

Re: [OMPI devel] NO LT_DLADVISE - CANNOT LOAD LIBOMPI JAVA BINDINGS

2013-09-02 Thread Bibrak Qamar
Yes you are right, it does distribute the ltdl in the source library. But isn't it installed by default when OpenMPI is installed? On Sat, Aug 31, 2013 at 7:20 AM, Jeff Squyres (jsquyres) wrote: > I'm not sure what you're asking -- Open MPI already distributes with the > libltdl library inclu

Re: [OMPI devel] NO LT_DLADVISE - CANNOT LOAD LIBOMPI JAVA BINDINGS

2013-08-31 Thread Jeff Squyres (jsquyres)
I'm not sure what you're asking -- Open MPI already distributes with the libltdl library included in the source tarball...? On Aug 30, 2013, at 7:47 AM, Bibrak Qamar wrote: > so it happens to be that installing lt_dladvise package (libltdl) using yum > is quite easy a task but I don't have su

Re: [OMPI devel] NO LT_DLADVISE - CANNOT LOAD LIBOMPI JAVA BINDINGS

2013-08-30 Thread Bibrak Qamar
so it happens to be that installing lt_dladvise package (libltdl) using yum is quite easy a task but I don't have sudo powers. I found the following other solution, i.e. to distribute libltdl with the a package (here package will be openmpi - which means that I have to change to aclocal.m4 of open

Re: [OMPI devel] NO LT_DLADVISE - CANNOT LOAD LIBOMPI JAVA BINDINGS

2013-08-29 Thread Ralph Castain
you need to install the lt_dladvise package as well On Aug 29, 2013, at 6:18 AM, Bibrak Qamar wrote: > Hi all, > > I have the following runtime error while running Java MPI jobs. I have check > the previous answers to the mailing list regarding this issue. > > The solutions were to install l

[OMPI devel] NO LT_DLADVISE - CANNOT LOAD LIBOMPI JAVA BINDINGS

2013-08-29 Thread Bibrak Qamar
Hi all, I have the following runtime error while running Java MPI jobs. I have check the previous answers to the mailing list regarding this issue. The solutions were to install libtool and configure-compile-and-install openmpi again this time with the latest version of m4 autoconfig automake li