龙舌兰依赖性错误
我尝试在 Fedora 下安装 Agave,但出现以下错误:
配置:错误:gnome-doc-utils >= 0.3.2 未找到
我尝试从 此页面,但我仍然遇到此错误,当我尝试
yum 列出已安装的 gnome-doc-utils*
命令,我找不到该包。安装后是否需要注册该软件包?我认为 make install 没有错误,因为我在过程中没有看到任何文本错误,或者我可能是错的。
I am trying to install Agave under Fedora, but I got this error:
configure: error: gnome-doc-utils >= 0.3.2 not found
I tried to compile and install the gnome-doc-utils from this page, but i still got this error,and when i try the
yum list installed gnome-doc-utils*
command, I can't find the package. Do I have to register the package after installing? I don't think I have a error for the make install, because I don't see any the text error in the process, or I could be wrong.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一般来说,包管理器(如
yum
之类的工具)不知道您的计算机上已安装某些内容,除非它是作为包安装的。如果存在 Fedora 的龙舌兰包,我建议使用它而不是从源代码编译。In general, package managers (tools like
yum
) don't know that something has been installed on your machine unless it was installed as a package. If an agave package for Fedora exists, I would suggest using that instead of compiling from source.