解决configure: error: Popt libraries is required简单报错笔记!

问题:

编译keepalived时报 configure: error: Popt libraries is required

问题原因:

这个错误是因为没有安装popt的开发包导致的

解决方式:

只要yum install popt-devel,

就可以安装好popt的开发包了。

重新./configure

总结:一般编译报错是缺少依赖包或者找不到一些东西,安装指定包或者做相应软链接即可!

注意事项:yum安装比较简单,但是卸载时候要注意依赖环境。编译安装比较灵活,但是麻烦。具体需求个人而定。

时间: 2024-10-12 18:58:51

解决configure: error: Popt libraries is required简单报错笔记!的相关文章

python模块造成的yum简单报错笔记!

[[email protected] yum.repos.d]# yum clean all There was a problem importing one of the Python modules required to run yum. The error leading to this problem was:    No module named yum Please install a package which provides this module, or verify t

解决configure: error: Please reinstall the libcurl distribution

解决configure: error: Please reinstall the libcurl distribution 今天配置一台server的php支持curl的时候, 出现如下报错 checking for cURL in default path... not found configure: error: Please reinstall the libcurl distribution - easy.h should be in /include/curl/ 其实就是curl的d

【已解决】unity4.2.0f4 导出Android工程报错:Error building Player: ArgumentException: Illegal characters in path.

你看到的这个文章来自于http://www.cnblogs.com/ayanmw 使用unity3D开发的一个客户端,需要导出为Android工程,然后接入一些第三方android SDK. unity版本 操作系统为: OS 名称: Microsoft Windows 7 旗舰版 OS 版本: 6.1.7601 Service Pack 1 Build 7601 OS 制造商: Microsoft Corporation OS 配置: 独立工作站 OS 构件类型: Multiprocessor

解决appium 连接真机Android 9启动报错.....shell "ps 'uiautomator'

好久没有使用Appium了,感觉要从头开始了,正好换个电脑要重新装环境,装环境就不描述了,照着网上的资料就可以了,问题就出现在连接真机,手机是Android9,vivoZ5x,启动APP时候始终报错,提示....shell "ps 'uiautomator'. 网上搜了很多,但是如下的解决版本亲测有效. 在appium的安装目录,找到该目录下C:\soft\Appium\node_modules\appium\node_modules\appium-adb\lib的 adb.js 文件 1.找到

yum安装出现Error: database disk image is malformed报错

使用yum安装gcc命令时,电脑意外重启,恢复虚拟机后再次使用yum安装gcc出现报错信息 Error: database disk image is malformed 报错原因是之前意外结束安装进程之前已经产生了缓存 使用yum重新安装的时候首先要清除缓存,使用yum clean all命令 yum clean all 清除yum缓存,使用yum安装软件包时yum把下载的软件包和header存储在cache中,进程意外中断后之前下载的内容不会自动删除,我们需要先清空缓存后再重新下载.当然,如

解决 'chromedriver' executable needs to be in PATH.'报错

试了把chromedriver.exe放到chrome安装文件下,python安装文件下,然后把路径配到path里,均无用. 最后是修改函数调用得以解决: from selenium import webdriver browser = webdriver.Chrome(executable_path = 'C:\Program Files (x86)\Google\Chrome\Application\chromedriver_X64.exe')browser.get('http://www.

latex之安装宏包及LaTeX Error: File ''xxx.sty'' not Found报错

1. 找出所缺少的宏包, 2.获取所缺宏包,宏包地址. 3.Download  4. 4.1 .解压后放到安装路径下(如:D:\01soft\CTEX\MiKTeX\tex\latex)4.2 .win7 左下角搜索框输入 setting(Admin),reflesh,Yes4.3 .运行.ins文件便可得到.sty文件4.4 .重复步骤3 5. 打开winedt 重新运行 latex之安装宏包及LaTeX Error: File ''xxx.sty'' not Found报错 原文地址:htt

解决《利用python进行数据分析》P139报错问题 index must be monotonic increasing or decreasing

解决<利用python进行数据分析>P139报错问题 index must be monotonic increasing or decreasingframe.reindex(index=['a','b','c','d'],method='ffill',columns=states)报错:index must be monotonic increasing or decreasing 修改代码:把method=‘ffill’拿出来注意,是method的方法,参数ffill后面加"(

How to Install wget in OS X如何在Mac OS X下安装wget并解决configure: error:

1.ftp://ftp.gnu.org/gnu/wget/官网下载最新的安装包 wget-1.19.tar.gz 2.打开终端输入 tar zxvf wget-1.9.1.tar.gz 解压缩 3.进入wget所在文件夹 终端输入cd wget-1.9.1 4.终端输入 ./configure 如果出现configure: error: The pkg-config script could not be found or is too old. Make sure it is in your