gpt4 book ai didi

c - 尝试在 C 中安装 lib 包时出现包路径错误

转载 作者:太空宇宙 更新时间:2023-11-04 03:58:12 24 4
gpt4 key购买 nike

我正在尝试在我的 fedora 17 上安装 libpackedobjects。我正在尝试安装它的路径是 home/libpackedobjects。我遵循的步骤是:

  1. git clone git://gitorious.org/libpackedobjectsd/libpackedobjectsd.git
  2. cd libpackedobjectsd
  3. autoreconf -i
  4. ./configure

当我尝试运行 ./configure 时出现错误:

checking for LIBPACKEDOBJECTS... no
configure: error: Package requirements (libpackedobjects) were not met:

No package 'libpackedobjects' 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 LIBPACKEDOBJECTS_CFLAGS
and LIBPACKEDOBJECTS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

我知道找不到路径,但不知道如何修复这个问题。有什么建议吗?

最佳答案

从您的错误报告中可以明显看出:

checking for LIBPACKEDOBJECTS... no
configure: error: Package requirements (libpackedobjects) were not met:

No package 'libpackedobjects' found

因此,您必须安装软件包 libpackedobjectslibXml2 才能安装 libpackedobjectsd。如果在安装依赖包后仍然出现此错误,则可能存在 PATH 问题或链接问题。

关于c - 尝试在 C 中安装 lib 包时出现包路径错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14502062/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com