本帖最後由 IT_man 於 2015-10-31 15:34 編輯
8 r( N% Y4 h$ N( U! P, N" P# R
, v# q: \, L( M* cWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
# [$ K3 b) _& r5 j# o) p4 ^5 r0 z _- x5 J! @) V
You need to install "PCRE with JIT support"( l2 ^6 w: F5 c- ]6 ^7 R# ^, b3 f O6 K
Enter the following commands for PCRE JIT installation:6 Q6 r3 }0 k" u7 a
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
% M' o& A6 C7 {1 u# \7 f - tar -xzvf pcre-8.20-RC1.tar.gz
, b4 o( s! V n w - cd pcre-8.20-RC1
0 r y& d% l# K! \9 O F9 W+ j. u& I - ./configure --enable-jit
複製代碼
/ r4 A v- a, \2 E9 y/ M5 JMake sure you see that JIT compiling support is enabled, see example:
: N& ?% ?3 _" z. T. U6 @% _
( X w) Q% }" J! n5 S
1 t3 D1 w1 W2 S. Xmake, H% E" F& k, l6 j
make install
8 m' o- V& d1 r$ _6 c7 F: w6 w1 H$ _. [, L
P.S 4 k4 h# M9 ]% I I
if no c++ or gcc (C compiler) then4 X8 }) Y7 `5 y U
check if have c++ or gcc ==>2 g* X! d7 D8 f) F! j, j' A8 [0 c0 Y+ @, c
gcc -v R2 M9 a! _. g" b+ H( o% k( x5 O
g++ -v
" u: u! \& {* Uc++ -v8 V& ~5 O& P# e6 c ^% `& }
if no ==> install5 m; e v( \1 P4 L2 ]2 z) S
yum install gcc-c++( V/ g( N7 c; `+ I% X) a
- t# {; c6 G" w, F/ Z# n$ ]# G% L. z
% Q q( v; M: S0 ?/ |/ |) D# F |
|