安裝rlwrap-0.37.tar.gz報錯You need the GNU readline library to build
安裝rlwrap-0.37.tar.gz報錯
安裝步驟如下:
# wget ~hlub/rlwrap/rlwrap-0.37.tar.gz
# tar zxvf rlwrap-0.37.tar.gz
# cd rlwrap-0.37/
# ./configure
# make
# make install
但是在執行完./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!
原因是因為預設了rpm包
解決辦法
# yum -y install readline*
# ./configure
# make
# make install
# vim /home/oracle/.bash_profile
在尾部新增:
alias sqlplus='rlwrap sqlplus'
alias rman='rlwrap rman'
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28282660/viewspace-1474512/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- You Probably Dont Need Derived State
- 理解BERT Transformer:Attention is not all you need!ORM
- [譯] You Might Not Need ES6
- 【P5】Attention Is All You Need
- ubuntu15 安裝nginx 報錯:the HTTP rewrite module requires the PCRE library.UbuntuNginxHTTPUI
- webpack build報錯WebUI
- Everything you need to know about mobile app architectureAPP
- 目標檢測:Segmentation is All You Need ?Segmentation
- PHP 安裝 GD 圖形擴充套件庫(報錯:GD Library ... this PHP installation.)PHP套件
- You need tcl 8.5 or newer in order to run the Redis testRedis
- 【INSTALL】Oracle12c 在centos8.3安裝報錯“no oraInstaller in java.library.path”OracleCentOSAIJava
- 安裝heapster報錯
- 安裝VUE報錯Vue
- 解決方案 | Python中安裝pix2tex latex ocr出現報錯Cannot mix incompatible Qt library (6.6.2) with this library (6.7.2)PythonQT
- ADS報錯:Sorry, but the license for the following library is not available: "System Model Library"AI
- 經典譯文:Transformer--Attention Is All You NeedORM
- freeipa server安裝報錯Server
- Linux安裝virtualenvwrapper報錯LinuxAPP
- snipMate安裝後報錯
- CDC linux安裝報錯Linux
- pip 安裝 grpcio 報錯RPC
- [Paper Reading] KOSMOS: Language Is Not All You Need: Aligning Perception with Language Models
- 【論文閱讀筆記】Transformer——《Attention Is All You Need》筆記ORM
- 安裝ROS出現 Unable to Correct Problems ‘You have Held Broken Packages’ 錯誤ROSPackage
- 安裝grid軟體報錯
- eclipse 4.8安裝fat報錯Eclipse
- Composer 安裝 Laravel/passport 報錯LaravelPassport
- Kubernetes安裝報錯總結
- python (pip)安裝talib報錯Python
- Redis Manager Build Redis 安裝包RedisUI
- 解決 Angular 官網下載的 library Schematics build 出錯的辦法AngularUI
- Android原始碼編譯jar包BUILD_JAVA_LIBRARY 與BUILD_STATIC_JAVA_LIBRARY的區別(一)Android原始碼編譯JARUIJava
- 安裝ElasticSearch-6.2.3所遇到的安裝報錯Elasticsearch
- Unknown host ‘XXXX: nodename nor servname provided, or not known‘. You may need to adjust the proxyIDE
- VirtualBox安裝增強功能報錯
- npm install 安裝外掛報錯NPM
- 使用 Composer 安裝 Laravel 時報錯Laravel
- 求救安裝 PHP7.4.7 報錯PHP
- npm包全域性安裝報錯NPM