51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

postgreSQL解决方法:configure: error: readline library not found

安装 postgreSQL 的时候 出现错误

我用的二进制 编译安装:

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.

解决方法:

yum install readline-devel

发现之前已经安装了

ls -l /usr/include/ | grep readline

查看安装结果。

也已经安装了

奇怪了。

啥都没做,

然后再次执行config, 成功

赞(2)
未经允许不得转载:工具盒子 » postgreSQL解决方法:configure: error: readline library not found