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

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

准备

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

wget http://sourceforge.net/projects/pcre/files/pcre/8.34/pcre-8.34.zip/download

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-properties

make

make install 注:淡黄底色文字部分需根据自己的实际环境修改。

测试

进入安装目录的bin子目录(/home/nieyong/local/pcre-8.34/bin),在终端命令窗口执行如下命令:

./pcretest -C

将输出如下信息:

PCRE version 8.34 2013-12-15

Compiled 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 的下载地址:请点这里

0b1331709591d260c1c78e86d0c51c18.png

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值