摘要:
001、问题:checking whether bzip2 support suffices... configure: error: bzip2 library and headers are required 002、解决方法:切回root,安装bzip2-devel [root@PC1 cur 阅读全文
posted @ 2023-01-13 23:05
小鲨鱼2018
阅读(855)
评论(0)
推荐(1)
摘要:
001、问题, 非root用户安装R遇到如下报错: checking whether zlib support suffices... configure: error: zlib library and headers are required 002、解决方法 切换为root, 安装curl: 阅读全文
posted @ 2023-01-13 22:55
小鲨鱼2018
阅读(383)
评论(0)
推荐(0)
安装curl过程中执行 ./configure报错:configure: error: select TLS backend(s) or disable TLS with --without-ssl.
摘要:
001、问题:configure: error: select TLS backend(s) or disable TLS with --without-ssl. 002、解决方法 [root@PC1 curl-7.87.0]# yum install openssl openssl-devel 0 阅读全文
posted @ 2023-01-13 22:51
小鲨鱼2018
阅读(2359)
评论(1)
推荐(1)