chriszg 发表于 2018-12-27 06:21:24

Squid +Havp+Clamva

  squid代理通过hapv调用clamav进行网页病毒查杀
  网上有技术文档,按部就班但没有成功,测试N天,反复出现此错误
  #daily.csd:can't allocate memory
  将clamav升级至0.98.5-beta1,问题终于解决。不仅感慨,对于网上的技术文章还是要保持几分怀疑。
  安装过程中的问题及解决方法:
  #error while loading shared libraries: libclamav.so.6: cannot open shared object
  解决:vi /etc/ld.so.conf
  添加/usr/local/lib64
  运行ldconfig
  # checking for libxml2 installation ......not found
  解决:安装 libxml2-devel、 libxml2-static、 openssl-devel
  
  




页: [1]
查看完整版本: Squid +Havp+Clamva