xsql启动时提示Warning : Readline library was not found. Line editor is disabled.

来源:互联网 发布:头文字d实力排名 知乎 编辑:程序博客网 时间:2024/04/30 07:58

[ly@localhost bin]$ ./xsql hasqlmstdb
xsql started
Runtime configuration
  Transaction manager  : MURSIW
  Storage (transient)  : Shared memory
  Storage (persistent) : Not supported
  Runtime              : Release

Warning : Readline library was not found. Line editor is disabled.


Solution:

1, check 

[root@localhost bin]# yum install readline
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: mirrors.cqu.edu.cn
 * extras: mirrors.opencas.cn
 * updates: mirror.lzu.edu.cn
Package readline-6.0-4.el6.x86_64 already installed and latest version
Nothing to do


2,yum search readline

Found :readline-devel.x86_64 : Files needed to develop programs which use the
                      : readline library

3, install 

yum -y install -y  readline-devel.x86_64


xsql works normally.


0 0
原创粉丝点击