How to build the PCRE library on CentOS


Here we make an example for CentOS 7 64bits

Step 1:

cd /usr/src/

Step 2:

wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.41.tar.gz

Result:

[root@tutorialspots src]# wget ftp://ftp.csx.cam.ac.uk/pub/software/progr
amming/pcre/pcre-8.41.tar.gz
--2018-01-09 17:09:33--  ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/p
cre-8.41.tar.gz
           => `pcre-8.41.tar.gz'
Resolving ftp.csx.cam.ac.uk (ftp.csx.cam.ac.uk)... 131.111.8.115
Connecting to ftp.csx.cam.ac.uk (ftp.csx.cam.ac.uk)|131.111.8.115|:21... connect
ed.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /pub/software/programming/pcre ... done.
==> SIZE pcre-8.41.tar.gz ... 2068775
==> PASV ... done.    ==> RETR pcre-8.41.tar.gz ... done.
Length: 2068775 (2.0M) (unauthoritative)

100%[======================================>] 2,068,775    772KB/s   in 2.6s

2018-01-09 17:09:39 (772 KB/s) - `pcre-8.41.tar.gz' saved [2068775]

Step 3:

cd pcre-8.41

Step 4:

./configure

Result:

[root@tutorialspots src]# cd pcre-8.41
[root@tutorialspots pcre-8.41]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for int64_t... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-li
nux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format.
.. func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libr
aries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libr
aries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libr
aries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether ln -s works... yes
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking for ANSI C header files... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for alias support in the linker... no
checking for alias support in the linker... no
checking string usability... yes
checking string presence... yes
checking for string... yes
checking bits/type_traits.h usability... no
checking bits/type_traits.h presence... no
checking for bits/type_traits.h... no
checking type_traits.h usability... no
checking type_traits.h presence... no
checking for type_traits.h... no
checking for strtoq... yes
checking for long long... yes
checking for unsigned long long... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for bcopy... yes
checking for memmove... yes
checking for strerror... yes
checking zlib.h usability... no
checking zlib.h presence... no
checking for zlib.h... no
checking for gzopen in -lz... no
checking bzlib.h usability... no
checking bzlib.h presence... no
checking for bzlib.h... no
checking for libbz2... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libpcre.pc
config.status: creating libpcre16.pc
config.status: creating libpcre32.pc
config.status: creating libpcreposix.pc
config.status: creating libpcrecpp.pc
config.status: creating pcre-config
config.status: creating pcre.h
config.status: creating pcre_stringpiece.h
config.status: creating pcrecpparg.h
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing script-chmod commands
config.status: executing delete-old-chartables commands

pcre-8.41 configuration summary:

    Install prefix .................. : /usr/local
    C preprocessor .................. : gcc -E
    C compiler ...................... : gcc
    C++ preprocessor ................ : g++ -E
    C++ compiler .................... : g++
    Linker .......................... : /usr/bin/ld -m elf_x86_64
    C preprocessor flags ............ :
    C compiler flags ................ : -g -O2 -fvisibility=hidden
    C++ compiler flags .............. : -O2 -fvisibility=hidden -fvisibility-inl
ines-hidden
    Linker flags .................... :
    Extra libraries ................. :

    Build 8 bit pcre library ........ : yes
    Build 16 bit pcre library ....... : no
    Build 32 bit pcre library ....... : no
    Build C++ library ............... : yes
    Enable JIT compiling support .... : no
    Enable UTF-8/16/32 support ...... : no
    Unicode properties .............. : no
    Newline char/sequence ........... : lf
    \R matches only ANYCRLF ......... : no
    EBCDIC coding ................... : no
    EBCDIC code for NL .............. : n/a
    Rebuild char tables ............. : no
    Use stack recursion ............. : yes
    POSIX mem threshold ............. : 10
    Internal link size .............. : 2
    Nested parentheses limit ........ : 250
    Match limit ..................... : 10000000
    Match limit recursion ........... : MATCH_LIMIT
    Build shared libs ............... : yes
    Build static libs ............... : yes
    Use JIT in pcregrep ............. : no
    Buffer size for pcregrep ........ : 20480
    Link pcregrep with libz ......... : no
    Link pcregrep with libbz2 ....... : no
    Link pcretest with libedit ...... : no
    Link pcretest with libreadline .. : no
    Valgrind support ................ : no
    Code coverage ................... : no

Step 5:

[root@tutorialspots pcre-8.41]# make
rm -f pcre_chartables.c
ln -s ./pcre_chartables.c.dist pcre_chartables.c
make  all-am
make[1]: Entering directory `/usr/src/pcre-8.41'
  CC       libpcre_la-pcre_byte_order.lo
  CC       libpcre_la-pcre_compile.lo
  CC       libpcre_la-pcre_config.lo
  CC       libpcre_la-pcre_dfa_exec.lo
  CC       libpcre_la-pcre_exec.lo
  CC       libpcre_la-pcre_fullinfo.lo
  CC       libpcre_la-pcre_get.lo
  CC       libpcre_la-pcre_globals.lo
  CC       libpcre_la-pcre_jit_compile.lo
  CC       libpcre_la-pcre_maketables.lo
  CC       libpcre_la-pcre_newline.lo
  CC       libpcre_la-pcre_ord2utf8.lo
  CC       libpcre_la-pcre_refcount.lo
  CC       libpcre_la-pcre_string_utils.lo
  CC       libpcre_la-pcre_study.lo
  CC       libpcre_la-pcre_tables.lo
  CC       libpcre_la-pcre_ucd.lo
  CC       libpcre_la-pcre_valid_utf8.lo
  CC       libpcre_la-pcre_version.lo
  CC       libpcre_la-pcre_xclass.lo
  CC       libpcre_la-pcre_chartables.lo
  CCLD     libpcre.la
  CC       libpcreposix_la-pcreposix.lo
  CCLD     libpcreposix.la
  CXX      libpcrecpp_la-pcrecpp.lo
  CXX      libpcrecpp_la-pcre_scanner.lo
  CXX      libpcrecpp_la-pcre_stringpiece.lo
  CXXLD    libpcrecpp.la
  CC       pcretest-pcretest.o
  CC       pcretest-pcre_printint.o
  CCLD     pcretest
  CC       pcregrep-pcregrep.o
  CCLD     pcregrep
  CXX      pcrecpp_unittest-pcrecpp_unittest.o
  CXXLD    pcrecpp_unittest
  CXX      pcre_scanner_unittest-pcre_scanner_unittest.o
  CXXLD    pcre_scanner_unittest
  CXX      pcre_stringpiece_unittest-pcre_stringpiece_unittest.o
  CXXLD    pcre_stringpiece_unittest
make[1]: Leaving directory `/usr/src/pcre-8.41'

Step 6:

[root@centos-512mb-sgp1-01 pcre-8.41]# make install
make  install-am
make[1]: Entering directory `/usr/src/pcre-8.41'
make[2]: Entering directory `/usr/src/pcre-8.41'
 /usr/bin/mkdir -p '/usr/local/lib'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libpcre.la libpcreposi
x.la libpcrecpp.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libpcre.so.1.2.9 /usr/local/lib/libp
cre.so.1.2.9
libtool: install: (cd /usr/local/lib && { ln -s -f libpcre.so.1.2.9 libpcre.so.1
 || { rm -f libpcre.so.1 && ln -s libpcre.so.1.2.9 libpcre.so.1; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libpcre.so.1.2.9 libpcre.so |
| { rm -f libpcre.so && ln -s libpcre.so.1.2.9 libpcre.so; }; })
libtool: install: /usr/bin/install -c .libs/libpcre.lai /usr/local/lib/libpcre.l
a
libtool: warning: relinking 'libpcreposix.la'
libtool: install: (cd /usr/src/pcre-8.41; /bin/sh "/usr/src/pcre-8.41/libtool"
--silent --tag CC --mode=relink gcc -fvisibility=hidden -g -O2 -version-info 0:5
:0 -o libpcreposix.la -rpath /usr/local/lib libpcreposix_la-pcreposix.lo libpcre
.la )
libtool: install: /usr/bin/install -c .libs/libpcreposix.so.0.0.5T /usr/local/li
b/libpcreposix.so.0.0.5
libtool: install: (cd /usr/local/lib && { ln -s -f libpcreposix.so.0.0.5 libpcre
posix.so.0 || { rm -f libpcreposix.so.0 && ln -s libpcreposix.so.0.0.5 libpcrepo
six.so.0; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libpcreposix.so.0.0.5 libpcre
posix.so || { rm -f libpcreposix.so && ln -s libpcreposix.so.0.0.5 libpcreposix.
so; }; })
libtool: install: /usr/bin/install -c .libs/libpcreposix.lai /usr/local/lib/libp
creposix.la
libtool: warning: relinking 'libpcrecpp.la'
libtool: install: (cd /usr/src/pcre-8.41; /bin/sh "/usr/src/pcre-8.41/libtool"
--silent --tag CXX --mode=relink g++ -fvisibility=hidden -fvisibility-inlines-hi
dden -O2 -version-info 0:1:0 -o libpcrecpp.la -rpath /usr/local/lib libpcrecpp_l
a-pcrecpp.lo libpcrecpp_la-pcre_scanner.lo libpcrecpp_la-pcre_stringpiece.lo lib
pcre.la )
libtool: install: /usr/bin/install -c .libs/libpcrecpp.so.0.0.1T /usr/local/lib/
libpcrecpp.so.0.0.1
libtool: install: (cd /usr/local/lib && { ln -s -f libpcrecpp.so.0.0.1 libpcrecp
p.so.0 || { rm -f libpcrecpp.so.0 && ln -s libpcrecpp.so.0.0.1 libpcrecpp.so.0;
}; })
libtool: install: (cd /usr/local/lib && { ln -s -f libpcrecpp.so.0.0.1 libpcrecp
p.so || { rm -f libpcrecpp.so && ln -s libpcrecpp.so.0.0.1 libpcrecpp.so; }; })
libtool: install: /usr/bin/install -c .libs/libpcrecpp.lai /usr/local/lib/libpcr
ecpp.la
libtool: install: /usr/bin/install -c .libs/libpcre.a /usr/local/lib/libpcre.a
libtool: install: chmod 644 /usr/local/lib/libpcre.a
libtool: install: ranlib /usr/local/lib/libpcre.a
libtool: install: /usr/bin/install -c .libs/libpcreposix.a /usr/local/lib/libpcr
eposix.a
libtool: install: chmod 644 /usr/local/lib/libpcreposix.a
libtool: install: ranlib /usr/local/lib/libpcreposix.a
libtool: install: /usr/bin/install -c .libs/libpcrecpp.a /usr/local/lib/libpcrec
pp.a
libtool: install: chmod 644 /usr/local/lib/libpcrecpp.a
libtool: install: ranlib /usr/local/lib/libpcrecpp.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/b
in:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /usr/bin/mkdir -p '/usr/local/bin'
  /bin/sh ./libtool   --mode=install /usr/bin/install -c pcretest pcregrep '/usr
/local/bin'
libtool: install: /usr/bin/install -c .libs/pcretest /usr/local/bin/pcretest
libtool: install: /usr/bin/install -c .libs/pcregrep /usr/local/bin/pcregrep
 /usr/bin/mkdir -p '/usr/local/bin'
 /usr/bin/install -c pcre-config '/usr/local/bin'
 /usr/bin/mkdir -p '/usr/local/share/doc/pcre'
 /usr/bin/install -c -m 644 doc/pcre.txt doc/pcre-config.txt doc/pcregrep.txt do
c/pcretest.txt AUTHORS COPYING ChangeLog LICENCE NEWS README '/usr/local/share/d
oc/pcre'
 /usr/bin/mkdir -p '/usr/local/share/doc/pcre/html'
 /usr/bin/install -c -m 644 doc/html/NON-AUTOTOOLS-BUILD.txt doc/html/README.txt
 doc/html/index.html doc/html/pcre-config.html doc/html/pcre.html doc/html/pcre1
6.html doc/html/pcre32.html doc/html/pcre_assign_jit_stack.html doc/html/pcre_co
mpile.html doc/html/pcre_compile2.html doc/html/pcre_config.html doc/html/pcre_c
opy_named_substring.html doc/html/pcre_copy_substring.html doc/html/pcre_dfa_exe
c.html doc/html/pcre_exec.html doc/html/pcre_free_study.html doc/html/pcre_free_
substring.html doc/html/pcre_free_substring_list.html doc/html/pcre_fullinfo.htm
l doc/html/pcre_get_named_substring.html doc/html/pcre_get_stringnumber.html doc
/html/pcre_get_stringtable_entries.html doc/html/pcre_get_substring.html doc/htm
l/pcre_get_substring_list.html doc/html/pcre_jit_exec.html doc/html/pcre_jit_sta
ck_alloc.html doc/html/pcre_jit_stack_free.html doc/html/pcre_maketables.html do
c/html/pcre_pattern_to_host_byte_order.html doc/html/pcre_refcount.html doc/html
/pcre_study.html doc/html/pcre_utf16_to_host_byte_order.html doc/html/pcre_utf32
_to_host_byte_order.html doc/html/pcre_version.html doc/html/pcreapi.html doc/ht
ml/pcrebuild.html doc/html/pcrecallout.html doc/html/pcrecompat.html doc/html/pc
redemo.html doc/html/pcregrep.html '/usr/local/share/doc/pcre/html'
 /usr/bin/install -c -m 644 doc/html/pcrejit.html doc/html/pcrelimits.html doc/h
tml/pcrematching.html doc/html/pcrepartial.html doc/html/pcrepattern.html doc/ht
ml/pcreperform.html doc/html/pcreposix.html doc/html/pcreprecompile.html doc/htm
l/pcresample.html doc/html/pcrestack.html doc/html/pcresyntax.html doc/html/pcre
test.html doc/html/pcreunicode.html '/usr/local/share/doc/pcre/html'
 /usr/bin/mkdir -p '/usr/local/share/doc/pcre/html'
 /usr/bin/install -c -m 644 doc/html/pcrecpp.html '/usr/local/share/doc/pcre/htm
l'
 /usr/bin/mkdir -p '/usr/local/include'
 /usr/bin/install -c -m 644 pcreposix.h pcrecpp.h pcre_scanner.h '/usr/local/inc
lude'
 /usr/bin/mkdir -p '/usr/local/share/man/man1'
 /usr/bin/install -c -m 644 doc/pcre-config.1 doc/pcregrep.1 doc/pcretest.1 '/us
r/local/share/man/man1'
 /usr/bin/mkdir -p '/usr/local/share/man/man3'
 /usr/bin/install -c -m 644 doc/pcre.3 doc/pcre16.3 doc/pcre32.3 doc/pcre_assign
_jit_stack.3 doc/pcre_compile.3 doc/pcre_compile2.3 doc/pcre_config.3 doc/pcre_c
opy_named_substring.3 doc/pcre_copy_substring.3 doc/pcre_dfa_exec.3 doc/pcre_exe
c.3 doc/pcre_free_study.3 doc/pcre_free_substring.3 doc/pcre_free_substring_list
.3 doc/pcre_fullinfo.3 doc/pcre_get_named_substring.3 doc/pcre_get_stringnumber.
3 doc/pcre_get_stringtable_entries.3 doc/pcre_get_substring.3 doc/pcre_get_subst
ring_list.3 doc/pcre_jit_exec.3 doc/pcre_jit_stack_alloc.3 doc/pcre_jit_stack_fr
ee.3 doc/pcre_maketables.3 doc/pcre_pattern_to_host_byte_order.3 doc/pcre_refcou
nt.3 doc/pcre_study.3 doc/pcre_utf16_to_host_byte_order.3 doc/pcre_utf32_to_host
_byte_order.3 doc/pcre_version.3 doc/pcreapi.3 doc/pcrebuild.3 doc/pcrecallout.3
 doc/pcrecompat.3 doc/pcredemo.3 doc/pcrejit.3 doc/pcrelimits.3 doc/pcrematching
.3 doc/pcrepartial.3 doc/pcrepattern.3 '/usr/local/share/man/man3'
 /usr/bin/install -c -m 644 doc/pcreperform.3 doc/pcreposix.3 doc/pcreprecompile
.3 doc/pcresample.3 doc/pcrestack.3 doc/pcresyntax.3 doc/pcreunicode.3 doc/pcrec
pp.3 '/usr/local/share/man/man3'
 /usr/bin/mkdir -p '/usr/local/include'
 /usr/bin/install -c -m 644 pcre.h pcrecpparg.h pcre_stringpiece.h '/usr/local/i
nclude'
 /usr/bin/mkdir -p '/usr/local/lib/pkgconfig'
 /usr/bin/install -c -m 644 libpcre.pc libpcreposix.pc libpcrecpp.pc '/usr/local
/lib/pkgconfig'
make  install-data-hook
make[3]: Entering directory `/usr/src/pcre-8.41'
ln -sf pcre_assign_jit_stack.3           /usr/local/share/man/man3/pcre16_assign
_jit_stack.3
ln -sf pcre_compile.3                    /usr/local/share/man/man3/pcre16_compil
e.3
ln -sf pcre_compile2.3                   /usr/local/share/man/man3/pcre16_compil
e2.3
ln -sf pcre_config.3                     /usr/local/share/man/man3/pcre16_config
.3
ln -sf pcre_copy_named_substring.3       /usr/local/share/man/man3/pcre16_copy_n
amed_substring.3
ln -sf pcre_copy_substring.3             /usr/local/share/man/man3/pcre16_copy_s
ubstring.3
ln -sf pcre_dfa_exec.3                   /usr/local/share/man/man3/pcre16_dfa_ex
ec.3
ln -sf pcre_exec.3                       /usr/local/share/man/man3/pcre16_exec.3
ln -sf pcre_free_study.3                 /usr/local/share/man/man3/pcre16_free_s
tudy.3
ln -sf pcre_free_substring.3             /usr/local/share/man/man3/pcre16_free_s
ubstring.3
ln -sf pcre_free_substring_list.3        /usr/local/share/man/man3/pcre16_free_s
ubstring_list.3
ln -sf pcre_fullinfo.3                   /usr/local/share/man/man3/pcre16_fullin
fo.3
ln -sf pcre_get_named_substring.3        /usr/local/share/man/man3/pcre16_get_na
med_substring.3
ln -sf pcre_get_stringnumber.3           /usr/local/share/man/man3/pcre16_get_st
ringnumber.3
ln -sf pcre_get_stringtable_entries.3    /usr/local/share/man/man3/pcre16_get_st
ringtable_entries.3
ln -sf pcre_get_substring.3              /usr/local/share/man/man3/pcre16_get_su
bstring.3
ln -sf pcre_get_substring_list.3         /usr/local/share/man/man3/pcre16_get_su
bstring_list.3
ln -sf pcre_jit_exec.3                   /usr/local/share/man/man3/pcre16_jit_ex
ec.3
ln -sf pcre_jit_stack_alloc.3            /usr/local/share/man/man3/pcre16_jit_st
ack_alloc.3
ln -sf pcre_jit_stack_free.3             /usr/local/share/man/man3/pcre16_jit_st
ack_free.3
ln -sf pcre_maketables.3                 /usr/local/share/man/man3/pcre16_maketa
bles.3
ln -sf pcre_pattern_to_host_byte_order.3 /usr/local/share/man/man3/pcre16_patter
n_to_host_byte_order.3
ln -sf pcre_refcount.3                   /usr/local/share/man/man3/pcre16_refcou
nt.3
ln -sf pcre_study.3                      /usr/local/share/man/man3/pcre16_study.
3
ln -sf pcre_utf16_to_host_byte_order.3   /usr/local/share/man/man3/pcre16_utf16_
to_host_byte_order.3
ln -sf pcre_version.3                    /usr/local/share/man/man3/pcre16_versio
n.3
ln -sf pcre_assign_jit_stack.3           /usr/local/share/man/man3/pcre32_assign
_jit_stack.3
ln -sf pcre_compile.3                    /usr/local/share/man/man3/pcre32_compil
e.3
ln -sf pcre_compile2.3                   /usr/local/share/man/man3/pcre32_compil
e2.3
ln -sf pcre_config.3                     /usr/local/share/man/man3/pcre32_config
.3
ln -sf pcre_copy_named_substring.3       /usr/local/share/man/man3/pcre32_copy_n
amed_substring.3
ln -sf pcre_copy_substring.3             /usr/local/share/man/man3/pcre32_copy_s
ubstring.3
ln -sf pcre_dfa_exec.3                   /usr/local/share/man/man3/pcre32_dfa_ex
ec.3
ln -sf pcre_exec.3                       /usr/local/share/man/man3/pcre32_exec.3
ln -sf pcre_free_study.3                 /usr/local/share/man/man3/pcre32_free_s
tudy.3
ln -sf pcre_free_substring.3             /usr/local/share/man/man3/pcre32_free_s
ubstring.3
ln -sf pcre_free_substring_list.3        /usr/local/share/man/man3/pcre32_free_s
ubstring_list.3
ln -sf pcre_fullinfo.3                   /usr/local/share/man/man3/pcre32_fullin
fo.3
ln -sf pcre_get_named_substring.3        /usr/local/share/man/man3/pcre32_get_na
med_substring.3
ln -sf pcre_get_stringnumber.3           /usr/local/share/man/man3/pcre32_get_st
ringnumber.3
ln -sf pcre_get_stringtable_entries.3    /usr/local/share/man/man3/pcre32_get_st
ringtable_entries.3
ln -sf pcre_get_substring.3              /usr/local/share/man/man3/pcre32_get_su
bstring.3
ln -sf pcre_get_substring_list.3         /usr/local/share/man/man3/pcre32_get_su
bstring_list.3
ln -sf pcre_jit_exec.3                   /usr/local/share/man/man3/pcre32_jit_ex
ec.3
ln -sf pcre_jit_stack_alloc.3            /usr/local/share/man/man3/pcre32_jit_st
ack_alloc.3
ln -sf pcre_jit_stack_free.3             /usr/local/share/man/man3/pcre32_jit_st
ack_free.3
ln -sf pcre_maketables.3                 /usr/local/share/man/man3/pcre32_maketa
bles.3
ln -sf pcre_pattern_to_host_byte_order.3 /usr/local/share/man/man3/pcre32_patter
n_to_host_byte_order.3
ln -sf pcre_refcount.3                   /usr/local/share/man/man3/pcre32_refcou
nt.3
ln -sf pcre_study.3                      /usr/local/share/man/man3/pcre32_study.
3
ln -sf pcre_utf32_to_host_byte_order.3   /usr/local/share/man/man3/pcre32_utf32_
to_host_byte_order.3
ln -sf pcre_version.3                    /usr/local/share/man/man3/pcre32_versio
n.3
make[3]: Leaving directory `/usr/src/pcre-8.41'
make[2]: Leaving directory `/usr/src/pcre-8.41'
make[1]: Leaving directory `/usr/src/pcre-8.41'

Done!

Recent search terms:

  • libpcre centos

1 Comment

Leave a Reply