首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在ubuntu上安装lustre文件系统,并在该问题上卡住

在ubuntu上安装lustre文件系统,并在该问题上卡住
EN

Stack Overflow用户
提问于 2021-09-10 17:22:14
回答 1查看 101关注 0票数 1

我正在从https://wiki.whamcloud.com/display/PUB/Build+Lustre+MASTER+with+Ldiskfs+on+Ubuntu+20.04.1+from+Git#BuildLustreMASTERwithLdiskfsonUbuntu20.04.1fromGit-Prerequisites源码在ubuntu20.04 Linux Ubuntu 20.04, kernel version - 4.15.0-154-generic上安装lustre文件系统。在最后一步,当我configure它时,得到:

代码语言:javascript
复制
checking for LIBNL3... no
configure: error: Package requirements (libnl-genl-3.0 >= 3.1) were not met:

No package 'libnl-genl-3.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBNL3_CFLAGS
and LIBNL3_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
``` error. 

可能是什么问题?

代码语言:javascript
复制
EN

回答 1

Stack Overflow用户

发布于 2021-09-10 17:30:13

您需要安装所需的-dev库:

代码语言:javascript
复制
$ apt search libnl-genl
...
$ sudo apt install libnl-genl-3-dev
票数 -1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/69135853

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档