0

在执行 ./configure 的 gnorpm 时,会出现此错误消息。

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 仍然出现错误。

我应该安装什么软件包?

4

1 回答 1

0

我认为您的问题是gnorpm古老的-实际上看起来它实际上是史前的。这些天libxml2似乎使用xml2-config而不是xml-config所以我怀疑想要一个现代系统可能没有gnorpm的真正旧版本。libxml2

于 2011-08-10T08:25:29.363 回答