我得到了“pcretest -C”的输出
UTF-8 support
**No Unicode properties support**
Newline character is LF
Internal link size = 2
POSIX malloc threshold = 10
Default match limit = 10000000
Default recursion depth limit = 10000000
Match recursion uses stack
我需要打开“Unicode 属性支持”。
我试过这个(http://chrisjean.com/2009/01/31/unicode-support-on-centos-52-with-php-and-pcre/) 解决方案,但在升级时与当前 PCRE 发生冲突,并且在新安装时显示依赖性错误。
请求另一个软件包,当我尝试安装(pcre-devel-6.61.fc5.remi.i386.rpm)开发软件包时,不幸的是
warning: pcre-devel-6.6-1.fc5.remi.i386.rpm: Header V3 DSA signature: NOKEY, key ID 00f97f56
error: Failed dependencies:
pcre = 6.6-1.fc5.remi is needed by pcre-devel-6.6-1.fc5.remi.i386
要怎么做才能完成此设置。提前致谢。
答案1
假设您按照所提到的步骤进行操作,请重新安装这里(不是 FC 版本),但不要升级,而是使用:
rpm -ivh --replacepkgs pcre-6.6-2.7.x86_64.rpm
这将允许您替换系统上已存在的软件包,因为它是相同的版本,但启用了不同的选项。