FWIW, this turned out to be a combination of two things:
1. Ralph's experimental DSO's were referencing a missing symbol,
causing the underlying dlopen() to fail
2. LT 2.2.6 is incorrectly (IMHO) reporting "file not found" instead
of "missing symbol" through lt_dlerror(), which is darned co
Hmmm...interesting. I see what's going on - I'm having a build system
issue that is causing some of the dynamic libraries to not be seen.
Red herring - thanks for clarifying!
Camille: thanks for fixing this way back when.
Ralph
On Oct 22, 2008, at 1:17 PM, George Bosilca wrote:
Ralph,
Th
Ralph,
This problem was fixed long ago by some of the work Camille did. The
exact revision number is r15402 (https://svn.open-mpi.org/trac/ompi/changeset/15402
). I'm using this feature daily and so far I had any problems with it.
To reuse your example here is what Camille came up with.
$ m