Skip to content

Commit

Permalink
issue: 1375982 Modify libnl3-route-dev error message (#608)
Browse files Browse the repository at this point in the history
Libnl3-route-devel is required for VMA installation while libibverbs is linked with libnl3.
The error message should specify this package in addition to libnl3-devel.

Signed-off-by: Liran Oz <lirano@mellanox.com>
  • Loading branch information
liranoz12 authored May 3, 2018
1 parent 506a7b8 commit 2350109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/m4/nl.m4
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if test $? -eq 0 ; then
if test $? -eq 0 ; then
# libnl3 case
if test "$use_libnl3" == no; then
AC_MSG_ERROR([libibverbs is linked with libnl3 while libnl3-devel is not installed. Please install libnl3-devel and try again])
AC_MSG_ERROR([libibverbs is linked with libnl3 while libnl3-devel\libnl3-route-devel are not installed. Please install libnl3-devel\libnl3-route-devel and try again])
fi
use_libnl1=no
else
Expand Down

0 comments on commit 2350109

Please sign in to comment.