在嵌入式ARM设备上,Linux 3.12.8在某些配置中启动很慢。从引出的消息中可以清楚地看出upstart
正在等待的事情。但是,很难找到系统尚未启动的内容,并且登录问题initctl
以找出它正在做的事情是不可用的。
构建它看起来应该很简单,但./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.
我搜索了nih
,libnih
甚至NIH
的Ubuntu存储库。我试图在x86-64 Ubuntu 12.04 LTS上使用内核3.10.5进行此操作,以便更容易成功。我错过了什么?
答案 0 :(得分:1)
NIH Utility Library in Launchpad
安装:
sudo apt-get install libnih1
开发包名为 libnih-dev 您可能还需要 libnih-dbus1 和 libnih-dbus-dev 包。