砍敺 IT_man 2015-10-31 15:34 蝺刻摩
! l; `, Y! M7 @, _4 `0 S/ M" \9 O: |
) W; e% w+ S, @; C9 C. rWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
& K/ x; U! y1 }. }8 F
2 o- W) k0 j' d& E) x t* U5 tYou need to install "PCRE with JIT support"
# b* C# L( v* q ^+ wEnter the following commands for PCRE JIT installation:: g! j I6 |! N1 w* Q6 I) |" m
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz; S4 w8 a+ H6 O, f2 H
- tar -xzvf pcre-8.20-RC1.tar.gz
" J, F; K) T) h+ ] - cd pcre-8.20-RC1; `8 ? ~" {* n& ], W1 T
- ./configure --enable-jit
銴鋆賭誨蝣 9 ^0 _! c3 f6 G9 f, I1 R5 }! f; w
Make sure you see that JIT compiling support is enabled, see example:
5 {$ G% ?+ U. X S. B $ j% v2 ?6 t% P# l+ ^% K' i6 c9 S
* h/ W, v. M7 v2 u8 S8 r l4 Xmake
* u) O# x2 {/ c, B) lmake install
0 v0 Z7 |9 i' }; y+ T8 s+ O9 n) j' I* }8 J! X# w( [
P.S ) \) B* D$ B( {+ A8 N/ \
if no c++ or gcc (C compiler) then
& S4 x* M% J. y5 f2 u; F( T. `check if have c++ or gcc ==>( n5 f% H2 x% F, R! X* Z ~
gcc -v
: t8 z+ L1 I! g, @g++ -v- P* G$ H3 M: n! L
c++ -v
- J! o- T3 ?' f# ~8 `+ z8 Y8 bif no ==> install$ ]5 v4 c& M! k3 |) @
yum install gcc-c++
5 \5 ?, Z. U4 q5 d0 V& R A: p1 Q, T7 r- I
0 ]* K* X }% L, d' K' V0 ~/ B$ K: R
|
|