clamAV upgrade error

Discuss our MailScanner install script and MailScanner itself
Post Reply
sebby
Junior Member
Posts: 48
Joined: 11 Dec 2006, 19:26

clamAV upgrade error

Post by sebby »

Hi,

Today I was unable to upgrade either MailScanner Script (2.79-> 2.80) or clamAV (v0.96.5 New:v0.97) from MailScanner FE GUI. Upon launching the upgrade, the scripts indicate that it is downloading the source files and then the page simply times out (in WHM). For the clamAV upgrade, this is the error I get in cpanel logs:

Code: Select all

2011-02-19 09:12:13 (1.12 MB/s) - `clamav-0.97.tar.gz' saved [41834871/41834871]

configure: line 2793: printf: write error: Broken pipe
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.
replace: File '/usr/local/etc/clamd.conf' not found (Errcode: 2)
replace: File '/usr/local/etc/clamd.conf' not found (Errcode: 2)
replace: File '/usr/local/etc/clamd.conf' not found (Errcode: 2)
configure: WARNING: ****** bzip2 support disabled
config.status: error: cannot find input file: `clamconf/Makefile.in'
stdin: is not a tty
No specific error was reported during the MailScanner Script upgrade and I managed to upgrade the script from shell (/usr/src/msinstall /sh install.sh).

How can I get clamAv to upgrade properly?

I thank you in advance for your assistance.

Sebby

CentOS 5.5
WHM 11.28.83
Sarah
Moderator
Posts: 934
Joined: 09 Dec 2006, 22:49

Re: clamAV upgrade error

Post by Sarah »

Are you running any other virus scanner on your server, such as rtvscand? If you are, it is probably deleting the downloaded file immediately after it has been saved. You need to stop the other virus scanner process and try again.
sebby
Junior Member
Posts: 48
Joined: 11 Dec 2006, 19:26

Re: clamAV upgrade error

Post by sebby »

No I don’t run other virus scanners on this box. This is the typical MailScanner Service Package installed by Chirpy a while ago.
sebby
Junior Member
Posts: 48
Joined: 11 Dec 2006, 19:26

Re: clamAV upgrade error

Post by sebby »

Well... Just retried using FF3 instead of IE8 and everything went smoothly. Don’t know if this is a browser issue or a transient server problem.

In any event, could I have been able to safely upgrade clamAV with the following commands:

Code: Select all

./configure
make
make install
Thanks.
Post Reply