砍敺 IT_man 2015-10-31 15:34 蝺刻摩
; M+ [+ B' m, u1 P/ l3 z. ~! N" x% v6 X8 v, U5 A! ~4 L
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
+ M6 }1 A' S& `
3 o' ? S! u; r" i. w9 c, R; F# RYou need to install "PCRE with JIT support"( X: ~( a& { O. Y' F
Enter the following commands for PCRE JIT installation:" n' u# A0 Z# O6 ?2 V
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
1 V1 b& r+ R& T, W! N' c5 ? - tar -xzvf pcre-8.20-RC1.tar.gz* n7 l1 r- {% t. [8 I7 P9 Y
- cd pcre-8.20-RC16 o5 O6 h3 W4 P% s4 `# P* c
- ./configure --enable-jit
銴鋆賭誨蝣
* _5 n' c+ I/ V% WMake sure you see that JIT compiling support is enabled, see example:
; T/ e/ Y% ^9 V- f9 w; l0 K4 X4 p
6 ?6 `0 U% \- |$ W- ~( ~( r! m# ]4 O& I K6 V6 ]& k7 L# X
make% o I8 J! @ T3 j
make install
5 n( e* w4 b2 }- C. l1 k$ l3 R5 a7 M+ N" ?0 \
P.S
, l3 @% f& c2 ~+ G& K# Mif no c++ or gcc (C compiler) then2 ]2 ~+ Q i7 z3 p; b
check if have c++ or gcc ==>
- d% [4 B F. Z4 U% Jgcc -v
j5 W5 E; ^ }+ [g++ -v1 d% e7 P# [5 a: E& O4 M
c++ -v
" B% K2 T- g1 Cif no ==> install
" Z2 {2 D9 I9 y7 @8 g$ Vyum install gcc-c++
) E: o3 A- F3 ]% W) d; r9 q' S7 z0 v; h7 u0 x, _" p
( n# C+ C1 A( _1 k2 J# w' W
+ A3 r; }' A$ x0 A( W) Y& ~# s1 X |
|