On Wed, Aug 24, 2005 at 09:21:37PM -0500, Troy Benjegerdes wrote:
> I also get the following messages on startup:
>
> libibverbs: Warning: no userspace device-specific driver found for
> uverbs0 driver search path: /usr/lib/infiniband
> [0,1,1][btl_openib_component.c:267:mca_btl_openib_component_init]
> No hca's found on this host!
>
Look for RTLD_GLOBAL in opal/libltdl/ltdl.c. If it is not there openib
will not work if compiled as dynamic module. What version of libtool are
you using? Older libtool haven't used RTLD_GLOBAL for opening libraries.
--
Gleb.