安装glib包,在编译的时候出现错误:
configure: error: Package requirements (libffi >= 3.0.0) were not met:
No package 'libffi' 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 LIBFFI_CFLAGS
and LIBFFI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
原因:很多原因就是缺少开发包,例如这里的环境变量的定义
解决:
# yum install libffi-devel -y
-----------------------------------
©著作权归作者所有:来自51CTO博客作者Jeremiahc的原创作品,请联系作者获取转载授权,否则将追究法律责任
configure:error: Package requirements (libffi >= 3.0.0) were not met
https://blog.51cto.com/jeremiahc/1332556
ps:如果是银河麒麟,命令是sudo apt-get install libffi-devel