【发布时间】:2014-04-02 01:18:57
【问题描述】:
在嵌入式 ARM 设备上,Linux 3.12.8 在某些配置下启动缓慢。从引出的消息中,upstart 显然正在等待一些东西。但是,由于系统没有启动,所以很难查到是什么,而且登录issueinitctl也无法查到它在做什么。
构建它看起来应该很简单,但是./configure 不起作用。它显示的最后一点是:
checking for gcc option to accept ISO C99... -std=gnu99
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.22... yes
checking for nih-dbus-tool... no
checking for NIH... no
configure: error: Package requirements (libnih >= 1.0.2) were not met:
No package 'libnih' 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 NIH_CFLAGS
and NIH_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
我已经在整个 Ubuntu 存储库中搜索了 nih、libnih,甚至是 NIH。我正在尝试在内核 3.10.5 的 x86-64 Ubuntu 12.04 LTS 上执行此操作,以便暂时更容易成功。我错过了什么?
【问题讨论】:
标签: upstart