configure: error: PCRE2 library and headers are required, or use --with-pcre1 and PCRE >= 8.32 with UTF-8 support
001、问题
configure: error: PCRE2 library and headers are required, or use --with-pcre1 and PCRE >= 8.32 with UTF-8 support

002、解决方法
[root@localhost R-4.3.2]# yum install pcre2 pcre2-devel ## 安装相应的包

003、测试效果

PCRE2的报错消失,说明方法可行。

浙公网安备 33010602011771号