標題: 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 編輯 4 F! Q( R* f% N; s z* v/ u( D4 P9 u' q
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found7 M b' n3 @* ]/ A" W
% a6 Q5 O0 y+ ?) c7 O
You need to install "PCRE with JIT support" , d. b3 B7 K4 F5 v2 x/ }7 }; TEnter the following commands for PCRE JIT installation: - O+ `) L+ `. g; k. g
wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz 4 E) s) k; V& a! @+ K' h' R
tar -xzvf pcre-8.20-RC1.tar.gz# ?6 g* `) ?+ Y3 G
cd pcre-8.20-RC1 + v K% a% l1 N# Y, h2 q9 w1 C
./configure --enable-jit
複製代碼
1 `' V; f* x; r& E6 r9 }6 `
Make sure you see that JIT compiling support is enabled, see example: : T# B+ c( I! R! {. k+ M ` 8 a! V% m% U! u" M8 V' A' I( _4 o . ]" Y/ `( U4 D0 dmake V' g5 ^: X5 s. B7 N1 S3 ]' k# K4 Q
make install & e) `% p2 e% ]: C% c ]5 V3 O8 X
P.S 5 u7 u% A0 e- t! I$ Jif no c++ or gcc (C compiler) then* Q2 t5 p" i, S# {2 `
check if have c++ or gcc ==> * G4 \- v7 w) n& g ]; n0 sgcc -v ( k0 a' V* g o7 ]- kg++ -v: P D4 @* D, |2 C& T5 N! q9 B
c++ -v $ ?+ }% {2 [0 [# ]if no ==> install# f5 @: E9 J; |( o& K8 ]! S
yum install gcc-c++ , t. s, ?( G8 i+ b* r4 |3 r$ Y- M9 P8 u
0 b# e" F$ P( \: u
4 k" ]: M( \) n" F ~0 k