This plugin will use native-code object files representing the ruleset, in order to provide significant speedups in rule evaluation.
Note that sa-compile must be run in advance, in order to compile the ruleset using re2c and the C compiler. See the sa-compile documentation for more details.
re2c 컴파일러가 설치 되지 않아 sa-compile가 컴파일을 설치하지 못하였기 때문이다.
The above version will be based on the pregenerated scanner.cc file. If you want to build that file yourself (recommended when installing re2c) you need the following steps: ./configure make rm -f scanner.cc make install +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++=
설치 후 sa-compile 을 실행하면 컴파일하여 설치를 시작한다.
/var/lib/spamassassin/ 받아온 파일을 토대로 컴파일 설치를 스스로 한다.