rlwrap ./configure報錯configure: WARNING: No termcap nor curses library found
inux下使用rlwrap開源工具,可以在 sqlplus下具有下命令列功能。比如上下翻命令,等等。
一、
[root@cms2 ~]#unzip rlwrap-0.28.zip
[root@cms2 ~]# cd rlwrap-0.28
[root@cms2 rlwrap-0.28]# ./configure
......
configure: WARNING: No termcap nor curses library found
checking for readline in -lreadline... no
configure: error:
You need the GNU readline library(ftp://ftp.gnu.org/gnu/readline/ ) to build
this program!
[root@cms2 rlwrap-0.28]# yum install readline-devel
readline-devel
readline
libtermcap-devel
[root@cms2 rlwrap-0.28]# ./configure
[root@cms2 rlwrap-0.28]# make
[root@cms2 rlwrap-0.28]# make install
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-763191/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- configure: error: libcurl >= 7.28.0 library and headers are required with suErrorHeaderUI
- configure: error: libcurl >= 7.28.0 library and headers are required with support for httpsErrorHeaderUIHTTP
- PHP 5.4 編譯 configure: error: libXpm.(a|so) not found.PHP編譯Error
- Configure innodb 表空間
- Unable to boot ApiServiceProvider configure..bootAPIIDE
- 【Autofs】How to Configure Autofs on CentOS 7?CentOS
- ./configure,make,make install的作用
- Install and configure VMware_vSphere 5
- How to Install and Configure VNC on Ubuntu 18.04VNCUbuntu
- ubuntu進行make時報錯error: Neither flex nor lex was found.UbuntuErrorFlex
- configure: error: PCRE2 library and headers are required, or use --with-pcre1 and PCRE >= 8.32 with UTF-8 supportErrorHeaderUI
- How to Install and Configure VNC Server in CentOS 7VNCServerCentOS
- Failed to configure a DataSource: ‘url‘ attribute is not specified and no embeddedAI
- 升級openssh前安裝zlib報異常configure aborting
- How to configure a Vagrant (Homestead) VM in Phpstorm with Xdebug on MacPHPORMMac
- Use KTPASS instead of adden to configure mssql.keytabSQL
- How to Configure and Run Spyder Python Editor in Virtual EnvironmentsPython
- PHP編譯安裝之Configure引數PHP編譯
- Pycharm提示 configure python interpreter原因?怎麼辦?PyCharmPython
- Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded datasource couldAI
- 關於Xcode10更新三方SDK報錯:library not found for -libstdc+XCode
- Oracle 19c Database Configure the HTTPS Port for EM ExpressOracleDatabaseHTTPExpress
- PHP編譯configure時常見錯誤,和PHP7.1.4 編譯安裝PHP編譯
- 關於cocopods更新第三方庫報ld: library not found for -lXXXXXX錯誤
- How to configure SAP connections with Connection Transmitter Over air_part1MITAI
- 排錯./configure: error: the HTTP XSLT module requires the libxml2/libxslt libraries. You can either doErrorHTTPUIXML
- 【configure】如何用automake、autoconf指令生成configure並建立自己的linux tar.gz安裝包【初級篇:簡單建立-測試】Linux
- [WARNING] warning: Class com.google.protobuf.Descriptors not found - continuing with a stub.GoUI
- 【IOS】關於cocopods更新第三方庫報ld: library not found for -lXXXXXX錯誤iOS
- 鯤鵬ARM64環境下原始碼移植安裝MariaDB 10.5.19參考(2)-Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)原始碼
- Nginx編譯引數大全 configure引數中文詳解Nginx編譯
- Configure multiple-subnet Always On Availability Groups and failover cluster instances by modifying CIBAI
- ADS報錯:Sorry, but the license for the following library is not available: "System Model Library"AI
- gorm忽略報錯: record not foundGoORM
- dpkg: 處理軟體包 nginx (--configure)時出錯: 依賴關係問題 - 仍未被配置Nginx
- pyenv docter檢測出configure: error: OpenSSL is not installed.解決方案Error
- Make sure you configure your "user.name" and "user.email" in git.AIGit
- 使用URLClassLoader報錯not class found exceptionException
- 【linux報錯】-bash: xhost: command not foundLinux