> Steve, > > I found my problem: I am using RHEL-U3 which comes with other version > of > the libibverbs library in package libibverbs-devel. This library is > installed > in /usr/lib and does not define the function ibv_get_device_list. > > I removed the package and dependencies with: > rpm -e udapl udapl-devel libibverbs libibverbs-utils libibverbs-devel > > Is there a way to have the old and new openib libs/tools coexist? >
Well, you could probably set things up so certain processes get one set of libs and certain processes get the other set by tweaking LIBPATH or whatever. But that's probably not a good idea since they share the same kernel subsystem. The iwarp branch kernel hasn't been tested with non-iwarp-branch libs for instance... The iwarp branch should work with the IB devices however. So I'm not sure why you would want both sets of libs? Steve. _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
