標題: checking for PCRE JIT support ... not found [打印本頁] 作者: IT_man 時間: 2015-9-26 20:33 標題: checking for PCRE JIT support ... not found 本帖最後由 IT_man 於 2015-10-31 15:34 編輯 1 r# G) m2 @/ M# p* ?$ q( s
2 A6 |. A, P7 l* J( k3 q% jWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found- [' O& ^0 \; O4 |$ X7 }
/ x5 Y1 V' \3 x/ ]: P% h- n, ^. mYou need to install "PCRE with JIT support" , s9 u$ J- J2 {% R' j5 fEnter the following commands for PCRE JIT installation: , a- S9 m3 v$ v* M8 g
wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz( O3 n1 C% F' @9 A
tar -xzvf pcre-8.20-RC1.tar.gz 9 h6 p. A$ P( \. n$ o9 r" F! P6 N( |
cd pcre-8.20-RC19 ^. Y; c' c4 d0 n% d
./configure --enable-jit
複製代碼
* r) P4 v& n( h# v) m1 Z8 ~) iMake sure you see that JIT compiling support is enabled, see example:: r% Y) O! C/ o1 O$ d5 P 8 H$ `. B v T" g* G( V
/ N4 V% t" P+ E5 rmake' V, o7 q2 r+ L9 ]
make install ' A: H3 w3 \3 T3 j) c, I2 e& U* |* [/ D: l7 A1 M$ N
P.S , [2 U6 D* u7 W$ G
if no c++ or gcc (C compiler) then + C4 h5 Y6 `$ S# G$ t( lcheck if have c++ or gcc ==> % Y+ x$ W; _- _. e2 _) }gcc -v ' _8 J C, S' e2 Wg++ -v' o. }4 y) P& @! p# K
c++ -v : X4 n6 j2 b6 T) B. \( O5 h: jif no ==> install- z4 g: {/ |" U3 E, g7 C
yum install gcc-c++. r6 H2 X8 ?7 T7 J
' T2 ~2 w8 x# t, y6 ^2 r2 k9 q
$ l# B4 F; W! w3 A8 E a
) v/ U' P4 ^' B3 R) _