在CentOS 5/Redhat 5上编译源码安装pcre | Install pcre on CentOS 5 / R

在CentOS 5/RedHat 5上编译源码安装pcre | Install pcre on CentOS 5 / Redhat 5

准备

1、下载源代码。打开命令终端窗口,执行如下命令:

wget

2、解压。

unzip pcre-8.34.zip -d build/cd build/pcre-8.34/编译安装在终端命令窗口执行如下命令:

./configure –prefix=/home/nieyong/local/pcre-8.34 –enable-pcre16 –enable-pcre32 –enable-utf –enable-pcregrep-libz –enable-pcregrep-libbz2 –enable-unicode-propertiesmake make install 注:淡黄底色文字部分需根据自己的实际环境修改。测试进入安装目录的bin子目录(/home/nieyong/local/pcre-8.34/bin),在终端命令窗口执行如下命令:

./pcretest -C将输出如下信息:

PCRE version 8.34 2013-12-15Compiled with 8-bit support UTF-8 support 16-bit support UTF-16 support 32-bit support UTF-32 support Unicode properties support No just-in-time compiler support Newline sequence is LF \R matches all Unicode newlines Internal link size = 2 POSIX malloc threshold = 10 Parentheses nest limit = 250 Default match limit = 10000000 Default recursion depth limit = 10000000 Match recursion uses stack

<正文结束>

正则表达式库 pcre 简述

pcre函数详解

编译安装Nginx和pcre

CentOS 6.4安装配置Nginx+pcre+php-fpm

PCRE 的详细介绍:请点这里PCRE 的下载地址:请点这里

本文永久更新链接地址:

,“人”的结构就是相互支撑,“众”人的事业需要每个人的参与。

在CentOS 5/Redhat 5上编译源码安装pcre | Install pcre on CentOS 5 / R

相关文章:

你感兴趣的文章:

标签云: