>>> 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
Do you have the ports.tar.gz for 3.4 up to date? You must have the 3.4
version.
You have to get ftp://ftp.openbsd.org/pub/OpenBSD/3.4/ports.tar.gz and
decompress it (# tar -xzvf /where/you/downloaded/the/archive/ports.tar.gz -C
/usr)
++ Jerome
It installed with no problems now, thanks.