-----Original Message-----
From: LOYET Jerome [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 15, 2004 5:27 PM
To: [EMAIL PROTECTED]
Subject: RE: [Clamav-users] OpenBSD 3.4
> OpenBSD 3.4>Is there a version of CLAMAV that runs on OpenBSD 3.4 ? I get
> the following message when trying to >install Clamav-0.6.8 on OpenBSD 3.4.
>
> http://www.fatbsd.com/
>
>
>
>
>
> I went there, and downloaded both Clamav-0.68-1_3.4.tar.gz and
Clamav-0.67-1_3.4.tar.gz. When I tried to install them on OPENBSD 6.4 I got
this > message.
>
> $ zcat clamav-0.68-1_3.4.tar.gz | tar xvf -
> zcat: clamav-0.68-1_3.4.tar.gz: No such file or directory
> tar: End of archive volume 1 reached
> tar: Sorry, unable to determine archive format.
Hello,
Try to download the archive again. "$ zcat clamav-0.68-1_3.4.tar.gz | tar
xvf -" is working fine for me on 3.4
Try this:
# wget http://www.fatbsd.com/openbsd/clamav-0.68-1_3.4.tar.gz
# tar -xzvf clamav-0.68-1_3.4.tar.gz
# cd clamav-0.68-1
# make uninstall
# make
# su
# make install
:-p
It must work fine.
++ Jerome
I tried that, and now I get the message
# cd clamav-0.68-1
# make uninstall
"/usr/share/mk/bsd.port.mk", line 3: Could not find /usr/ports/infrastructure/mk/bsd.port.mk
Fatal errors encountered -- cannot continue