我将在OpenWrt
上运行HiLink-HLK-RM04
,但我收到以下错误:
checking for autogen... autogen
checking for inline... inline
checking for ANSI C header files... (cached) yes
checking for getrandom... no
checking for getentropy... no
checking for NETTLE... no
configure: error:
***
*** Libnettle 3.1 was not found.
我搜索过,但找不到有用的东西。
当我输入rpm -q nettle
时,我得到以下结果:
nettle-2.2-1.el6.rf.x86_64
提前致谢。
修改
这是config.log的NETTLE部分:
configure:8478: checking for NETTLE
configure:8486: $PKG_CONFIG --exists --print-errors "nettle >= 3.1"
Package nettle was not found in the pkg-config search path.
Perhaps you should add the directory containing `nettle.pc'
to the PKG_CONFIG_PATH environment variable
No package 'nettle' found
configure:8489: $? = 1
configure:8504: $PKG_CONFIG --exists --print-errors "nettle >= 3.1"
Package nettle was not found in the pkg-config search path.
Perhaps you should add the directory containing `nettle.pc'
to the PKG_CONFIG_PATH environment variable
No package 'nettle' found
configure:8507: $? = 1
No package 'nettle' found
configure:8535: result: no
configure:8538: error:
***
*** Libnettle 3.1 was not found.