Computer/OpenSource
clamav の Digital Signature を有効にするためには,configure の際に以下のオプションをつけておきます.
$ ./configure –enable-cxx
その後,make します.
$ make
正しく make できたかどうか,チェックします.
$ make check
インストールします.
# make install