`
xitonga
  • 浏览: 587467 次
文章分类
社区版块
存档分类
最新评论

You need the GNU readline library(ftp://ftp.gnu.org/gnu/readline/ ) to build

 
阅读更多

wget "http://utopia.knoware.nl/~hlub/rlwrap/rlwrap-0.37.tar.gz"
tar -xvf rlwrap-0.37.tar.gz
cd rlwrap-0.37
./configure && make && make check && make install

执行 ./configure && make && make check && make install 报错:

......

You need the GNU readline library(ftp://ftp.gnu.org/gnu/readline/ ) to build
this program!

PS:解决办法, 安装相关组件, 如: yum install readline*

然后再执行 ./configure && make && make check && make install

分享到:
评论

相关推荐

    GNU Readline Library 编程指南

    GNU Readline Library 编程指南, Readline库说明和编程范例. 命令行编程利器.

    CentOS7.2.1511 gcc4.8.5 通过编译的 tfs2.2.16

    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - ...

    Pro.Bash.Programming.Scripting.the.GNULinux.Shell.2nd.Edition

    Pro Bash Programming teaches you how to effectively utilize the Bash shell in your programming. The Bash shell is a complete programming language, not merely a glue to combine external Linux commands....

    在zsh,bash,GNU readline应用程序中使用fzf进行制表符补全(例如python,php -a等)-Linux开发

    在zsh,bash,GNU readline应用程序(例如python,php -a等)中使用fzf的制表符补全fzf-tab-completion在zsh,bash,GNU readline应用程序(例如python,php -a等)中使用fzf的制表符完成与fzf自己的完成功能不同,...

    p5-Term-ReadLine-Perl5:Perl5实现的GNU Readline

    Term :: ReadLine :: Perl5-GNU Readline的Perl5实现 概要 use Term::ReadLine::Perl5; $term = Term::ReadLine::Perl5->new('ProgramName'); while ( defined ($_ = $term->readline('prompt>')) ) { ... } 描述 ...

    Term-ReadLine-Gnu-1.16.tar.gz

    Term-ReadLine-Gnu-1.16.tar.gz是用于oracle在linux平台上有一个向上下的包

    clink_0.4.7_setup.exe

    The same line editing as Bash (from GNU’s Readline library). History persistence between sessions. Context sensitive completion; Executables (and aliases). Directory commands. Environment variables ...

    Term-ReadLine-Gnu-1.18.tar.gz。

    SQL Plus支持使用上下键翻页插件之Term-ReadLine-Gnu-1.18.tar.gz。

    Debugging with GDB --2003年6.0

    Contributors to gdb. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1 A Sample gdb Session . . . . . . . . . . . . . . . . . . . . . . 7 2 Getting In and Out of ...

    socat-1.7.3.3.tar.gz

    socat是一个多功能的网络工具,名字来由是” Socket CAT”,可以看作是netcat的N ...Socat支持广播和多播、抽象Unix sockets、Linux tun/tap、GNU readline 和 PTY。它提供了分叉、记录和进程间通信的不同模式

    Debugging with GDB --2001年5.3

    Contributors to GDB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1 A Sample GDB Session . . . . . . . . . . . . . . . . . . . . 7 2 Getting In and Out of GDB . ....

    Debugging with GDB --2002年5.11

    s What you must do for the stub s Putting it all together s Communication protocol s Using the gdbserver program s Using the gdbserve.nlm program s q q q q file:///C|/gdb.html (4 of 352)19. 1. 2004 20...

    readline:Go的Readline绑定

    这是对GNU Readline库的一组绑定。 如果您可以相信的话,Go的现有readline绑定比该库更受限制。 请注意,String()的返回类型已更改。 它是 func String(prompt string) string 现在 func String(prompt ...

    DebuggingWithGDB 6.8-2008

    4.11 Setting a Bookmark to Return to Later . . . . . . . . . . . . . . . . . . . . . 4.11.1 A Non-obvious Benefit of Using Checkpoints . . . . . . . . . . . . 5 25 26 28 28 29 29 30 31 31 34 36 37 ...

    Term-ReadLine-Gnu-1.17a.tar.gz

    Linux上使用SQL*Plus有一个相当不方便的地方,那就是没有历史回调功能。在Windows上的SQL*Plus可以用“向上向下”箭头来调用之前使用过的命令,修改、编辑...安装Uniread之前先安装 readline,Term,IO这3个工具。

    sqlplus翻页工具

    uniread-1.01.tar.gz,IO-Tty-1.13_01.tar.gz,Term-ReadLine-Gnu-1.16.tar.gz

    开源项目-chzyer-readline.zip

    开源项目-chzyer-readline.zip,Readline: a pure golang implementation that provide most of features in GNU-Readline under MIT license.

    editline:UNIX的GNU readline()的小替代品

    Editline具有几个可选的构建时功能,可以通过向GNU configure脚本提供不同的选项来启用这些功能。 有关详细信息,请参见configure --help的输出。 有关如何使用该库的一些有用提示,可在examples/目录中找到。 ...

    Go-Readline是一个纯go(golang)实现GNU-Readlinekind库

    readline - Readline是一个纯go(golang)实现 GNU-Readline kind 库

Global site tag (gtag.js) - Google Analytics