- 论坛徽章:
- 0
|
安装clamav出现报错如下:
[root@ylmail clamav-0.95.2]# ./configure \
> --sysconfdir=/etc \
> --with-user=qscand \
> --with-group=qscand \
> --disable-zlib-vcheck \
> --enable-milter
执行后:
checking for getaddrinfo... yes
checking for IPv6 support... yes
checking for resolv.h... yes
checking for dn_expand in std libs... no
checking for dn_expand in -lresolv... yes
checking whether setpgrp takes no argument... yes
checking for libiconv_open in -liconv... no
checking for iconv... yes
checking whether in_port_t is defined... yes
checking for in_addr_t definition... yes
checking for mi_stop in -lmilter... no
checking for library containing strlcpy... no
checking for mi_stop in -lmilter... no
configure: error: Cannot find libmilter
找不到libmilter,,我网上找了个libmilterplusplus-0.1.3.tar.gz,安装时还是出现如下报错:
checking for doxygen... no
checking for libraries containing socket functions... -lc
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_join in -lpthread... yes
checking for library containing sem_init... -lpthread
checking for smfi_main in -lmilter... no
configure: error: could not find milter library
有装过qmail的同志们请指点下,,焦急!!!!!
我参考的文档:http://bbs3.chinaunix.net/thread-1218652-1-6.html |
|