<span class="gmail_quote"></span>Hello,<br>I have been trying to build OFED source package (1.1 rev 9820) as was described in the HOWTO.build_ofed wiki. The package was built successfully, however i had trouble compilng it. The error I get is a missing library inside OFED's temporary build tree. The error is during the compilation of DAPL:
<br><blockquote>gcc: /tmp/OFED-1.1-rev9725/SOURCES/openib-1.1/src/userspace/librdmacm/src/.libs/.libs/librdmacm.so: No such file or directory<br></blockquote>log of the make process is attached.<br><br>When I changed the top-level Makefile of open-ib sources, line 306:
<br>from: <br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">AM_LDFLAGS="-L../libibverbs/src -libverbs -L../librdmacm/src/.libs -lrdmacm -lsysfs"
<br></blockquote>to:<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">AM_LDFLAGS="-L../libibverbs/src -libverbs -L../librdmacm/src/ -lrdmacm -lsysfs"
</blockquote><div><br>It compiled OK.<br><br>Is this really a problem in this Makefile or this fix covers up for something more deep?<br><br>Yossi<br> </div><br>

<br clear="all">