解决configure error Popt libraries is required 发表于 2012-05-31 更新于 2026-03-03 分类于 技术分享 这个错误是因为没有安装popt的开发包导致的,解决方法也很简单, 只要: 1yum install popt-devel 就可以安装好popt的开发包了. 重新编译就会成功了.