tid=19055& 本帖最後由 IT_man 於 2015-10-31 15:34 編輯
3 p1 I3 A$ n% i3 J
6 A9 G* X% U o- aWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found9 b" o: h) }# P& @0 }( {. {/ `
' f9 S# V0 x. t( hYou need to install "PCRE with JIT support"
7 Y7 G8 v$ h% y0 m! S8 g) ~Enter the following commands for PCRE JIT installation:. ~5 q$ g# \* N, n0 X
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
2 i7 k; i: |8 @ - tar -xzvf pcre-8.20-RC1.tar.gz
9 W2 a. r& `! C( t, d - cd pcre-8.20-RC1
; ]7 x! u: @6 h4 W! D - ./configure --enable-jit
複製代碼
3 ~. T. f' Y8 q5 R2 VMake sure you see that JIT compiling support is enabled, see example:" y5 X& }' y& W1 U- i$ e1 b, }

6 Y4 m& U! T/ B9 q* {$ s W
5 j# `( `7 E2 P* s5 Fmake
% M1 O- E' q, U" ~. [make install
$ R$ s" z% d9 f. d& t9 j& b1 c( D0 y% ^/ v2 y, M5 v
P.S + Y! O1 O7 Q# H9 N7 i4 ?
if no c++ or gcc (C compiler) then
1 V' ?, Q2 U0 ^8 T% p; }) ^# j9 rcheck if have c++ or gcc ==>
& y4 Q- x/ c1 B, v$ o0 ogcc -v
, l/ f. @& _1 F q9 s2 O, cg++ -v
) x0 n5 O6 E% N# e$ ^: { X5 Ec++ -v ~9 c; C ~" _+ v+ A7 H7 j
if no ==> install4 e2 n) i' m. \4 v
yum install gcc-c++
4 Z9 ^4 ]& A! `( ~- Z& o- `: t
% C2 x, d H; d, m- n1 s8 I
$ I5 _" v9 R7 I! V& D9 P. @6 a8 z
|