• 编译时显示错误:
configure: error: readline library not found
  • 确定编译readline

https://blog.csdn.net/quantum7/article/details/106175380

  • 看看config.log:
configure:11829: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -I/home/quantum6/build_libs/include -fPIC  -D_GNU_SOURCE  -L/home/quantum6/build_libs/lib  conftest.c -lreadline -lrt -lcrypt -ldl -lm  >&5
/home/quantum6/build_libs/lib/libreadline.so: undefined reference to `tputs'
/home/quantum6/build_libs/lib/libreadline.so: undefined reference to `tgoto'
/home/quantum6/build_libs/lib/libreadline.so: undefined reference to `tgetflag'
/home/quantum6/build_libs/lib/libreadline.so: undefined reference to `UP'
/home/quantum6/build_libs/lib/libreadline.so: undefined reference to `tgetent'
/home/quantum6/build_libs/lib/libreadline.so: undefined reference to `tgetnum'
/home/quantum6/build_libs/lib/libreadline.so: undefined reference to `PC'
  • 需要编译ncurses

https://blog.csdn.net/quantum7/article/details/106175841

configure: error: readline library not found/libreadline.so: undefined reference to tputs相关推荐

  1. configure: error: readline library not found 解决方法

    安装postgreSQL出现错误提示 configure: error: readline library not found. 解决方法:yum install readline-devel     ...

  2. 安装postgreSQL出现configure:error:readline library not found解决方法

    要安装 readline , readline-dev 开发包,要么使用 --without-readline 选项关闭 readline 功能. #yum install readline; #yu ...

  3. lua-5.2.3编译问题记录quot;libreadline.so: undefined reference to `PC#39;quot;

    作者:zhanhailiang 日期:2014-10-21 [root@~/software]# cd lua-5.2.3 [root@~/software/lua-5.2.3]# make linu ...

  4. configure: error: zlib library not found

    执行 ./configure --prefix=/usr/local/postgresql-9.3.5 错误 configure: error: zlib library not found If y ...

  5. 安装postgreSQL出现configure: error: zlib library not found解决方法

    安装postgreSQL出现configure: error: zlib library not found解决方法 参考文章: (1)安装postgreSQL出现configure: error: ...

  6. configure: error: MySQL library not found ,Not found mysqlclient library

    在安装zabbix过程中遇到依赖问题 报错如下 configure: error: MySQL library not found 解决办法 rpm -ivh MySQL-devel-5.6.27-1 ...

  7. configure: error: OpenSSL library not found

    编译安装openssl时,没有问题. 在编译openssh时,configure报错 checking OpenSSL header version... 1010107f (OpenSSL 1.1. ...

  8. configure: error: c-ares library defective or too old 安装PHP的时候出现的报错

    使用的是宝塔集成,但是安装失败了抛出了错误configure: error: c-ares library defective or too old 然后决定源码安装一下其它版本c-ares 下载网址 ...

  9. configure: error: zlib library not found 解决方法

    安装postgreSQL出现错误提示 configure: error: zlib library not found. 解决方法:yum install zlib-devel     详细过程如下: ...

  10. configure: error: Curl library not found

    报错信息:configure: error: Curl library not found Ubuntu: # apt install -y libghc-curl-dev #已解决! Centos: ...

最新文章

  1. 简单介绍C++中常量与指针
  2. 源码|批量执行invokeAll()多选一invokeAny()
  3. 深度学习(十五)——SPPNet, Fast R-CNN
  4. 如何解决浏览器缩小出现横向滚动条时网页背景图出现空白的问题
  5. windows下搭建Apache+Mysql+PHP开发环境
  6. python练习册 每天一个小程序 第0010题
  7. 我的世界电脑正版服务器地址大全,我的世界服务器地址有哪些_服务器地址大全_3DM网游...
  8. 度分秒与度数相互转换的Matlab函数
  9. 将png/jpg图像数据集转四维tensor输入PyTorch
  10. 【神经网络】综合篇——人工神经网络、卷积神经网络、循环神经网络、生成对抗网络
  11. 如何将BMP文件转换为JPG文件
  12. Sphinx语法设置
  13. WebRTC协议学习之一(WebRTC简介)
  14. Windows11 校园网连ftp登录上传作业失败
  15. 使用腾讯 CDN,结果网站现在出现您的连接不是私密连接”“,”隐私设置错误”如何解决?
  16. Nginx 负载均衡动静分离配置
  17. 学术英语理工(第二版)Unit3课文翻译
  18. Altium Designer-快速画封装,图解
  19. 百度地图--证书认证问题
  20. 医院挂号系统c语言yan,C语言版医院管理系统

热门文章

  1. 4月10日服务器例行维护公告,4月12日服务器例行维护公告(已完成)
  2. 切片器可以设置日期格式?_Power BI之相对日期的设置
  3. mysql压缩版8.0安装_mysql8.0压缩版安装和配置教程
  4. matlab曲线图导出,从Matlab的Figure中导出数据的办法
  5. java可以用var定义吗_浅析java 10中的var关键字用法
  6. python pyfile py_Python中py文件引用另一个py文件变量的方法
  7. 审查元素找不到创建的元素_面试被问:Selenium元素定位不到问题,如何回答?...
  8. PotPlayer播放器在双屏扩展模式下,视频播放时所遇到的几个常见问题的专业解答
  9. 服务端AppWeb与PC管理端配合使用的有关说明
  10. postman传数组参数