砍敺 IT_man 2015-10-31 15:34 蝺刻摩 7 B/ k: Y+ T" ?+ P* I
K4 D: r+ t4 D# D
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found, N& w3 g O- z
9 D1 B( W$ W7 y
You need to install "PCRE with JIT support"
3 W$ w1 H: Q" Z6 bEnter the following commands for PCRE JIT installation:, g9 U" r' b4 X t. {
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz3 C* c9 w+ A8 [4 S; [6 @: o% C* v
- tar -xzvf pcre-8.20-RC1.tar.gz/ h! z( N9 L) x$ d
- cd pcre-8.20-RC1
3 a# `0 y0 f3 b( }1 I+ W9 z - ./configure --enable-jit
銴鋆賭誨蝣
( t; q; D7 @7 z& F& CMake sure you see that JIT compiling support is enabled, see example:$ f( J( b0 P, o
3 P$ f! W' v% d. p. n
" e- x# F& ?: }* E1 w
make
5 Y, D1 o: |# ?% @make install $ c& H& l3 o. C/ O+ V" _
! C6 X( e& s9 ]. ?7 E( B9 wP.S ' [* }. X5 r# B0 C; s* B( \' w
if no c++ or gcc (C compiler) then p# }& O8 H$ A" `6 w+ h
check if have c++ or gcc ==>
, |$ R2 l- M$ M: }gcc -v1 E, m* S/ I3 q
g++ -v
$ w! Z/ ^% ~5 o) T% A) y1 x% hc++ -v
( [/ u8 n( d. ~ E+ M6 T8 K3 Vif no ==> install5 w6 e+ h# c! O& g" p
yum install gcc-c++
3 z! L, E2 {; D; c& ?3 T- v. U' v4 Z% ?$ q( G; H
0 L5 b5 J0 e) t$ ^9 x
! t2 e; W. q9 l9 o! u) R8 [" y* s6 W
|
|