摘要:
001、问题:configure: WARNING: you cannot build PDF versions of the R manuals 002、解决方法 [root@PC1 pcre2-10.37]# yum install texlive 003、测试 [liujiaxin01@PC1 阅读全文
posted @ 2023-01-13 23:52
小鲨鱼2018
阅读(333)
评论(0)
推荐(0)
摘要:
001、问题:configure: WARNING: you cannot build info or HTML versions of the R manuals 002、解决方法 [root@PC1 pcre2-10.37]# whoami root [root@PC1 pcre2-10.37] 阅读全文
posted @ 2023-01-13 23:47
小鲨鱼2018
阅读(488)
评论(0)
推荐(0)
摘要:
001、问题:configure: error: PCRE2 library and headers are required, or use --with-pcre1 and PCRE >= 8.32 with UTF-8 support 002、解决方法:安装pcre2库: https://ww 阅读全文
posted @ 2023-01-13 23:38
小鲨鱼2018
阅读(950)
评论(0)
推荐(0)
摘要:
001、pcre2安装包的下载: 下载地址:http://www.pcre.org/ 002、解压 [root@PC1 pcre2]# ls pcre2-10.37.zip [root@PC1 pcre2]# unzip pcre2-10.37.zip [root@PC1 pcre2]# cd pc 阅读全文
posted @ 2023-01-13 23:34
小鲨鱼2018
阅读(2974)
评论(0)
推荐(0)
摘要:
001、问题:configure: error: "liblzma library and headers are required" 002、解决方法 [root@PC1 curl-7.87.0]# whoami root [root@PC1 curl-7.87.0]# yum install x 阅读全文
posted @ 2023-01-13 23:09
小鲨鱼2018
阅读(1052)
评论(0)
推荐(0)
摘要:
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
阅读(856)
评论(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)