砍敺 IT_man 2015-10-31 15:34 蝺刻摩 % m, R U$ X, v7 J# I$ r6 q
. {9 g- S2 H, e& G/ k: t) i, [When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
2 `8 Q& ]& @. f6 [+ y# t2 z$ _$ X( v& K+ `+ H7 }
You need to install "PCRE with JIT support"! z# e+ I# a: r( c( q7 K4 [
Enter the following commands for PCRE JIT installation:
3 m6 S4 h1 X8 J- y* d* @( V- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
3 [% h6 n& D9 K0 [ - tar -xzvf pcre-8.20-RC1.tar.gz5 B. ^+ h- g: l; F% C3 l
- cd pcre-8.20-RC1
. }3 a0 Y5 W$ Y) k h- L; _ - ./configure --enable-jit
銴鋆賭誨蝣 ; Z5 K, g/ P7 D# i# D, u
Make sure you see that JIT compiling support is enabled, see example:
4 Q' [ V1 S9 M2 @& a( A1 {![]()
5 H; C) L9 x- S. ]! ^$ o U- e5 m) l1 t
make
, @ ~2 ]4 v \. W$ u0 o7 i* @make install 6 t. l/ E+ z1 w' a# `% s
5 g+ m* U6 c v; ~+ M* \1 J
P.S 4 J( i9 z! w& c
if no c++ or gcc (C compiler) then/ z! N' Z+ q: B) g! X3 X1 V
check if have c++ or gcc ==>
, l9 Z1 Y3 D& j4 h4 f: z! h- wgcc -v6 ~0 B, a! P% E5 A
g++ -v
- R( [2 R9 l4 X9 A" r1 Z* M8 lc++ -v! J- ?# \( t+ C Y) ?( b0 y0 b
if no ==> install; o7 _( G W1 i, U0 W
yum install gcc-c++
- {. p+ y" i; B1 K& E
$ ?8 h$ r: z# F: Q4 M* d0 O6 w' o) q2 Y
7 ]- g" f1 K+ X% D
|
|