Install pcre 7.6 on Centos 5.5

17 sec read

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

How to fix problem with…

Facing a Git error with the 'vi' editor? Discover how to easily fix it by checking your Vim path and configuring Git to use...
Sysadmin.ID
10 sec read

Apache :: MP4 Streaming

Learn how to enable MP4 streaming in Apache with the installation of the mod_h264 streaming module, making your video content accessible and efficient. Follow...
Sysadmin.ID
18 sec read

Apache :: Flash / FLV…

Learn how to effortlessly configure Apache for FLV streaming by installing the mod_flvx module and updating your httpd.conf file. Discover the simple steps to...
Sysadmin.ID
15 sec read

One Reply to “Install pcre 7.6 on Centos…”

Leave a Reply

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