砍敺 IT_man 2015-10-31 15:34 蝺刻摩 " s b2 x2 v4 X. J9 X
- E2 v, q0 m1 X4 |: kWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
/ s5 C( S, }. J, O0 ]
1 E `* y* p7 d9 h$ ], |You need to install "PCRE with JIT support"
* U) i8 P q& v+ j9 a2 f' \% ?* YEnter the following commands for PCRE JIT installation:
* A0 S! r+ E ^- J/ y- @; q1 w- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz/ g+ ]1 m A) C- |, _0 k# q
- tar -xzvf pcre-8.20-RC1.tar.gz6 b" N& {% P0 s/ \
- cd pcre-8.20-RC14 \( _- \! K+ }0 n' E4 u
- ./configure --enable-jit
銴鋆賭誨蝣
- V2 u* |2 [% [7 o& S& I, d8 NMake sure you see that JIT compiling support is enabled, see example:
A2 y4 o+ Y1 C1 C* ` 6 g# J( p6 v3 l
# S/ N7 \5 O( Y6 J1 `make8 p# a9 p* a' |/ \1 P, i
make install 4 Y1 R8 |' Z/ u
0 y- Y$ l) f: z; ~5 m a2 ^
P.S ' `5 i& z4 B6 ] `
if no c++ or gcc (C compiler) then0 n+ b. L. O$ \2 Q9 j# k/ V8 ?$ d
check if have c++ or gcc ==>, B# T" t3 U& t* q4 f! F
gcc -v5 P2 ~( O! ^, j, h
g++ -v) ^3 J$ R! c, z- ~% Y' } t
c++ -v; D, ^0 Y6 q4 d, p- j( V6 L
if no ==> install5 u, i: O# k. z# R6 C. r" v- X6 c
yum install gcc-c++5 C' \( l1 f* v9 j' Y2 n* h
1 B9 h0 O) g3 C' M* A/ J f' ^0 q
3 W; y& D% J1 k% ?6 u. j1 z8 H$ [/ A. l, K8 W; \! {
|
|