砍敺 IT_man 2015-10-31 15:34 蝺刻摩
9 W! z/ g' D" S5 [* C" `6 f4 C+ S0 [1 F" p! k; h( R
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
: K+ @$ {0 ^2 ]7 ? c4 `" W5 p
5 o" k0 K3 n" f+ S( a0 ~You need to install "PCRE with JIT support"
/ B1 H8 {4 k; X! `$ V0 X- z8 pEnter the following commands for PCRE JIT installation:
4 d; \; R: s- f, f' Y7 P- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz9 Q# I' j' t( [) ^7 I: l
- tar -xzvf pcre-8.20-RC1.tar.gz
0 \- u) w" K* s- o9 q3 g* s5 D - cd pcre-8.20-RC1: }9 E$ ^! N8 l' [
- ./configure --enable-jit
銴鋆賭誨蝣 % R5 U/ c$ r# K2 g: T" c
Make sure you see that JIT compiling support is enabled, see example:
; A- c+ s* \" z7 a! L
$ C* h4 A \! F! v2 m$ [1 i2 [6 d! \7 A8 |
make* Z7 m2 {3 x- O9 y
make install . Q$ O5 Z7 w0 K
4 s* `1 }2 _+ QP.S
4 r/ i& `4 ]1 L. d/ Mif no c++ or gcc (C compiler) then* ]* M4 W. @3 a4 Z7 F0 ~% w
check if have c++ or gcc ==>
7 S% l% _- \. q/ F: Xgcc -v
+ O( V& v4 K: Sg++ -v$ m- D" m& X3 m6 o# p5 \
c++ -v
% o1 I# K0 o' g! X) _; T8 N! ~if no ==> install0 k. g4 R5 Q* D6 T* q* N# @
yum install gcc-c++
0 n5 G0 a, S, Q0 @3 v" r5 c2 e/ n5 m% |+ l- K
& j8 f, Y& ~* F2 b9 \; J0 s; s
/ a! e* K+ }- ~) z |
|