Hello All,

  I have installed ClamAv and   PHP ClamAv Lib in Redhat Linux 6(64 bit
machine) .


and used the following to configure phpclamavlib
        phpize
        ./configure --with-clamav
        make
        cp modules/clamav.so /var/lib/php/extensions/
         extension=clamav.so

        clamav.dbpath="/var/clamav/"
        clamav.maxreclevel=16
        clamav.maxfiles=10000
        clamav.maxfilesize=26214400
        clamav.maxscansize=104857600
        clamav.keeptmp=0
        clamav.tmpdir="/tmp"


I have tested the following php   <?php
                                    $ret=cl_info();
                                   echo $ret;
                                >?
It display details of clamav,but not displaying any thing.

Please suggest me any body how to configure phpclamavlib. My doubt is
clamav.dbpath, what need to be give here?.

Thanks&Regards,
Naresh
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to