readline library not found
Posted 盒马coding
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了readline library not found相关的知识,希望对你有一定的参考价值。
在编译postgresql源码时出现以下的错误
**********
checking for library containing shmget... none required
checking for library containing readline... no
configure: error: readline library not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-readline to disable readline support.
解决方式
(1)卸载原有的readline
(2)安装readline-devel包即可解决
rpm -qa | grep readline
rpm -e readline-6.2-11.el7.x86_64
yum -y install -y readline-devel
以上是关于readline library not found的主要内容,如果未能解决你的问题,请参考以下文章
configure: error: readline library not found
vuejs Newline required at end of file but not foun
DevTools failed to load source map: Could not load content for…System error: net::ERR_FILE_NOT_FOUN
DevTools failed to load source map: Could not load content for…System error: net::ERR_FILE_NOT_FOUN
springboot整合mybatis 异常 org.apache.ibatis.binding.BindingException: Invalid bound statement (not foun
Curses library not found. Please install appropriate package