FreeBSD-4.x のgccは2.95なので、最新のclamav は単純にはインストール出来なかった。
次の2点でinstallした。
- libclamav/others.h へのパッチ
- configure のパラメータ指定
*** libclamav/others.h Tue Sep 21 22:49:51 2010
--- libclamav/others.h.org Tue Sep 21 22:49:16 2010
***************
*** 35,47 ****
#include
#include "cltypes.h"
- #define _SC_PAGESIZE 47
-
- #define __GNUC__ 2
- #define __GNUC_MINOR__ 95
- #define __GNUC_PATCHLEVEL__ 4
-
-
#include "clamav.h"
#include "dconf.h"
#include "filetypes.h"
--- 35,40 ----
./configure --disable-gcc-vcheck
コメントする