Open LakshayNagpal opened 7 years ago
I ran into similar problem.
Basically, You should not use 'make install' as mentioned in the following email thread, https://www.spinics.net/lists/linux-rdma/msg46636.html
Instead, export library path (can also be added it to ~/.bashrc),
LD_LIBRARY_PATH=`pwd`/build/bin:$LD_LIBRARY_PATH
I am following this link: https://community.mellanox.com/docs/DOC-2184 and I am stuck at the point where we need to build user space libraries at point number 2. in user space libraries installation from the above link.
And I'm getting the following error:
Please help me out as I'm stuck at this position for the past 1.5 month and couldn't find a solution from any developer or internet.
Kernel was successfully installed and here's a screenshot for the same