r - 在 Ubuntu 17.04 : yet another configuration error due to pcre 上安装 R 3.3.3

标签 r ubuntu pcre

下载 R 源代码并运行 ./configure结果是

checking whether PCRE support suffices... configure: error: pcre >= 8.10 library and headers are required

但是sudo apt-get install libpcre3 libpcre3-dev给我
Reading package lists... Done
Building dependency tree
Reading state information... Done
libpcre3 is already the newest version (2:8.39-3).
libpcre3-dev is already the newest version (2:8.39-3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

最佳答案

我的问题是我从源代码安装 pcre 时没有启用 UTF-8 支持。步骤 9C this post清除它。 The post是我找到的在 Linux 上安装 R 的最佳指南,但是让 curl 使用 ssl 编译仍然很痛苦。

关于r - 在 Ubuntu 17.04 : yet another configuration error due to pcre 上安装 R 3.3.3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43428008/

相关文章:

r - 使用scale_shape_manual时图例中的颜色丢失

Eclipse C++ On Ubuntu 安装过程

c++ - 在 C/C++ 中存储 PCRE 编译的正则表达式

ubuntu - 如何使用 grep 在同一行中查找不同的字符串

linux - 通过在ansible中切换到root用户来执行命令

regex - 使用 PCRE 表达式进行 URL 重写 - 将前缀附加到除一种模式之外的所有传入 URI

c++ - 如何用 Unicode 处理 PCRE?

r - 根据 Expand.grid() 给出的索引从 data.frame() 中选取特定值

r - 在 ggplot/ggmap 中省略一些边框

r - 抑制 R 中的一些消息但留下其他消息?