砍敺 IT_man 2015-10-31 15:34 蝺刻摩
r% u& @" K4 v8 C5 a# A: t; z2 [! F4 s6 n9 h
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
8 [. t" D$ N! n
0 [ O5 v; s$ f5 P3 a7 C. P: b1 ?. MYou need to install "PCRE with JIT support"/ ^1 e1 G( b0 a" m4 h* u4 e5 o
Enter the following commands for PCRE JIT installation:6 Z, \+ s# G- T9 A/ b+ H9 w
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz$ |: E8 k2 G- h/ u
- tar -xzvf pcre-8.20-RC1.tar.gz
8 q2 j: e, |" C/ Q - cd pcre-8.20-RC11 V0 b! w6 \7 Y) l
- ./configure --enable-jit
銴鋆賭誨蝣 / |/ a/ l V4 \
Make sure you see that JIT compiling support is enabled, see example:& S, q3 v8 p6 a) }7 P+ Z0 [; U
3 j2 V, s; a& W) t# t2 J4 b$ P1 @& C- |6 D
2 u ^5 x+ ?9 I2 s9 }; [make
8 Y& v5 a# _0 L- j2 {7 Wmake install
* J; c$ C) L l9 C1 a2 K" L6 q8 P8 o" V2 }
P.S - D7 q7 Y1 z' m4 I
if no c++ or gcc (C compiler) then
r7 K# }" ~, R/ F! J: ycheck if have c++ or gcc ==>9 A/ o4 N' ]' s
gcc -v
% y% g/ k: k8 y$ q* \% d& Dg++ -v: q3 h$ q5 O) o- M
c++ -v' n( x m2 N3 s# g+ w
if no ==> install
. f- o$ b a; l$ a2 Fyum install gcc-c++& z" _$ h4 E$ [0 x% _0 h) K( q
. \* t! p& d2 }% L+ @& z* ~! [9 h7 x
) G3 o; v5 `# i; a3 M2 _4 U8 d; I
4 B5 j3 w# B% _- C/ e1 \% \. |& s |
|