nemesi 编译

来源:互联网 发布:青岛资海网络集团 编辑:程序博客网 时间:2024/06/02 06:51

[root@bogon libnemesi-0.6.4-rc2]# ./configure

出现:

hecking for LIBNETEMBRYO... configure: error: Package requirements (libnetembryo >= 0.0.4) were not met:


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


解决:

1. 下载netembryo-0.0.5.tar.bz2 源码,然后configure;make;make install

2. export PKG_CONFIG_PATH=/nvr/netembryo-0.0.5


原创粉丝点击