You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I make libibverbs-1.2.1mlnx1,I I ran into this problem,I hope can get your help,thanks!
CCLD examples/ibv_devices
./src/.libs/libibverbs.so: undefined reference to `mempool_del'
./src/.libs/libibverbs.so: undefined reference to `mempool_insert'
./src/.libs/libibverbs.so: undefined reference to `mempool_create'
./src/.libs/libibverbs.so: undefined reference to `mempool_get'
my OS is ubuntu18.04 server,the docker container also is ubuntu18.04,download from http://hub-mirror.c.163.com
The driver is MLNX_OFED_LINUX-4.7-1.0.0.1-ubuntu18.04-x86_64
your build-client.sh just have make and make install,but there is not Makefile under the folder.so,I need to ./autogen.sh and ./configure --prefix=/usr/ --libdir=/usr/lib/ --sysconfdir=/etc/ .I will encounter many other problem,but I have slove.This problem I can't slove,so I have to ask for your help.Thanks your help!
when I make libibverbs-1.2.1mlnx1,I I ran into this problem,I hope can get your help,thanks!
CCLD examples/ibv_devices
./src/.libs/libibverbs.so: undefined reference to `mempool_del'
./src/.libs/libibverbs.so: undefined reference to `mempool_insert'
./src/.libs/libibverbs.so: undefined reference to `mempool_create'
./src/.libs/libibverbs.so: undefined reference to `mempool_get'
my OS is ubuntu18.04 server,the docker container also is ubuntu18.04,download from http://hub-mirror.c.163.com
The driver is MLNX_OFED_LINUX-4.7-1.0.0.1-ubuntu18.04-x86_64
your build-client.sh just have make and make install,but there is not Makefile under the folder.so,I need to ./autogen.sh and ./configure --prefix=/usr/ --libdir=/usr/lib/ --sysconfdir=/etc/ .I will encounter many other problem,but I have slove.This problem I can't slove,so I have to ask for your help.Thanks your help!