|| downloading pcre 7.6 package

# wget //sourceforge.net/projects/pcre/files/pcre/7.6/pcre-7.6.tar.gz/download

|| extract and build pcre on Linux Centos

# tar -xzf pcre-7.6.tar.gz
# cd pcre-7.6
# ./configure --enable-utf8  --enable-unicode-properties
# make && make install

|| checking

# pcretest -C
PCRE version 7.6 2008-01-28
Compiled with
  UTF-8 support
  Unicode properties support
  Newline sequence is LF
  R matches all Unicode newlines
  Internal link size = 2
  POSIX malloc threshold = 10
  Default match limit = 10000000
  Default recursion depth limit = 10000000
  Match recursion uses stack

|| links
| google
| chrisjean

Hi, I’m Sysadmin.ID

One Comment

Leave a Reply

Your email address will not be published. Required fields are marked *