ktls-utils icon indicating copy to clipboard operation
ktls-utils copied to clipboard

configure: dependency check for libnl-genl-3 is missing

Open igaw opened this issue 1 year ago • 1 comments

The configure step is successful but when linking:

/usr/bin/ld: cannot find -lnl-genl-3: No such file or directory

This is on debian unstable

igaw avatar Oct 04 '24 17:10 igaw

Commit 4698a748ad08 ("tlshd: link in libnl-3 for upcoming netlink support") added:

+PKG_CHECK_MODULES([LIBNL3], libnl-3.0 >= 3.1) +AC_SUBST([LIBNL3_CFLAGS]) +AC_SUBST([LIBNL3_LIBS])

to configure.ac. Is this check wrong?

chucklever avatar Oct 06 '24 21:10 chucklever

Ah okay. Let me check what is going on on Debian.

igaw avatar Oct 07 '24 09:10 igaw