Mellanox / libvma

Linux user space library for network socket acceleration based on RDMA compatible network adaptors
https://www.mellanox.com/products/software/accelerator-software/vma?mtag=vma
Other
573 stars 153 forks source link

Unable to find the libibverbs-devel header files #980

Closed yoyopdc closed 2 years ago

yoyopdc commented 2 years ago

Subject

run command : ./configure --with-ofed --enable-tcp-tx-wnd-availability --enable-tso

did not success

configure: error: Unable to find the libibverbs-devel header files

but libibverbs-devel is installed

the output is :

checking for gcov support... no checking for time measurement support... no checking for valgrind support... no checking for OFED path... yes checking infiniband/verbs.h usability... no checking infiniband/verbs.h presence... yes configure: WARNING: infiniband/verbs.h: present but cannot be compiled configure: WARNING: infiniband/verbs.h: check for missing prerequisite headers? configure: WARNING: infiniband/verbs.h: see the Autoconf documentation configure: WARNING: infiniband/verbs.h: section "Present But Cannot Be Compiled" configure: WARNING: infiniband/verbs.h: proceeding with the compiler's result configure: WARNING: ## ----------------------------------- ## configure: WARNING: ## Report this to support@mellanox.com ## configure: WARNING: ## ----------------------------------- ## checking for infiniband/verbs.h... no configure: error: Unable to find the libibverbs-devel header files

Issue type

Configuration:

Actual behavior:

./configure --with-ofed --enable-tcp-tx-wnd-availability --enable-tso

Expected behavior:

configure success

Steps to reproduce:

igor-ivanov commented 2 years ago

--with-ofed can be used when ofed is installed in not standard location. In case ofed is under /usr folder --with-ofed can be omitted or set --with-ofed=/usr

yoyopdc commented 2 years ago

Hi igor-ivanov: this solution is sucesss. thanks