本帖最後由 IT_man 於 2015-10-31 15:34 編輯 9 Z8 O6 T4 _4 l& k \
% l) K0 G6 D/ ^; V' I' jWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
7 i; }2 R* ^9 V( s$ {* C, U3 U/ Y; W' L" J: T& x
You need to install "PCRE with JIT support"
4 ~2 U2 a( q3 I* V0 W4 B0 QEnter the following commands for PCRE JIT installation:
1 M% I: z) l( b0 b" S- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
0 O$ M7 j+ h; M2 T/ Z% ^ - tar -xzvf pcre-8.20-RC1.tar.gz
$ i! O. R1 T/ E: S+ T - cd pcre-8.20-RC1
" P4 L* F. J# m - ./configure --enable-jit
複製代碼
4 G3 c7 j, U. C$ b1 rMake sure you see that JIT compiling support is enabled, see example:$ M' {+ A* ~! A, p+ g
9 ~' t2 _ Y' k5 r
" }& x7 R2 C0 V2 b6 ?
make
7 C. a) z/ G3 r0 fmake install ' v) h* E. S. @4 y. u$ r
l6 \# @% P. Y! ~5 `$ v
P.S
2 j. {- G/ `/ O- j4 `/ g9 R5 [if no c++ or gcc (C compiler) then
$ c3 N8 n- t+ Y- ucheck if have c++ or gcc ==>
! K6 \* I) `8 R4 [7 V9 B( Fgcc -v
- h2 y- H2 Q" Sg++ -v
8 W0 n1 O) P5 w* P e# zc++ -v; ^0 x" j) ]3 @; F* Y
if no ==> install* h- I& a4 `1 I* m: c- w: k& k
yum install gcc-c++
# [$ M- C: V3 ~1 `0 b/ }2 s9 X- I
- b- C, m4 x e: F f" L9 Y5 k$ H$ A$ z, ]; d
|
|