Try to list your perl packages to know exactly what is installed :
shell>rpm -qa | grep perl
If perl-iostringy && perl-mailtools are "installed", you should --force the
install of perl-MIME-tools wich is THE package you need for Clam. If it
fails, deinstall them and install them again. If it fail
0.7rc is doing the same thing for me, even with --enable-bigstack, it work
2-3 minutes then dies :
Thu Mar 18 17:51:04 2004 ->
/var/amavis/amavisd_tmp/amavis-20040318T175049-02778/parts/email.txt: OK
Thu Mar 18 17:51:05 2004 ->
/var/amavis/amavisd_tmp/amavis-20040318T175042-02759/parts/part-1:
Last Snapshot seems ok but in case of here is my solution :-))
#!/usr/local/bin/bash
# clamwatch is getting an eye on clamd for you !
i=0
count=0
while [ $i -ne 1 ]
do
count=`ps aux | grep amavis | grep clamd | wc -l`
while [ $count -ne 1 ]
do
date=`date`
L PROTECTED]
> [mailto:[EMAIL PROTECTED] la part de Todd
> Lyons
> Envoyé : lundi 22 mars 2004 22:52
> À : ClamAV Users List
> Objet : RE: [Clamav-users] pthreads instability?
>
>
> On Mon, 2004-03-22 at 00:38, Trog wrote:
> > On Mon, 2004-03-22 at 05:59, Pubs