Soft-RoCE can't be installed after compiled?

Hi All

I am trying to setup the soft roce on my Ubuntu 16.04/18.04 following the steps mentioned here in

HowTo Configure Soft-RoCE https://community.mellanox.com/s/article/howto-configure-soft-roce

But Its failing at “install user space libary”. when I use command sudo make install to install after compiled, it prompt as follow:

CMake Error at cmake_install.cmake:73 (file):

file INSTALL cannot find

“/home/liao/Downloads/rdma-core/build/lib/librdmacm.so.1.2.27.0”.

Can someone help me in regard to this?

any suggestions are appreciated?

regards

Liaoweizhi​

Hi,

Try the following:

  • sudo apt-get install cmake
  • sudo make install
  • sudo updatedb
  • locate cmake
  • cmake

and then try to compile

Thanks,

Samer

Thank you, the problem is still not solved. I think there is something wrong with the build system. When I compiled it, librdmacm.so.1.2.27.0 was in the directory, but when I made an installation and got an error, it disappeared.

Hi,

Looks like issue with the compiling the build system.

did you check the the cmake build ?

Thanks,

Samer