在 Fedora 中找不到 xml-config 包
执行 gnorpm 的 ./configure 时,出现此错误消息。
configure: error: Could not find xml-config.
我在谷歌上找到了这个文档。
http://www.linuxquestions.org/ questions/linux-software-2/xml-config-not-found-777868/
我按照该文档所述安装 gstreamer、libxml2。
它还说执行,
apt-get install libghttp1 libhttp-ghttp-perl libghttp-dev
但在我的 Fedora 中,出现了相同的错误消息。
E: Couldn't find package libghttp1.
并且./configure仍然出现错误。
我应该安装什么包?
While executing ./configure of gnorpm, this error message is appear.
configure: error: Could not find xml-config.
I find this document in google.
http://www.linuxquestions.org/questions/linux-software-2/xml-config-not-found-777868/
I install gstreamer, libxml2 as that document says.
It also says execute
apt-get install libghttp1 libhttp-ghttp-perl libghttp-dev
But in my fedora, same error message appears.
E: Couldn't find package libghttp1.
and ./configure still occurs error.
What package should I install?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你的问题是 gnorpm 很古老 - 事实上它看起来几乎是史前的。这些天
libxml2
似乎使用xml2-config
而不是xml-config
所以我怀疑gnorpm
想要一个真正的现代系统可能没有的旧版本的libxml2
。I think your problem is that
gnorpm
is ancient - indeed it looks like it is practically prehistoric. These dayslibxml2
seems to usexml2-config
rather thanxml-config
so I suspect thatgnorpm
wants a really old version oflibxml2
that modern systems probably don't have.