ClamAV is an open source (GPL) antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats.
0
votes
0answers
81 views
php-clamav fails PHP dependencies although PHP is installed
I'm currently tasked with setting up Jazzee on a new Server of my University. Jazzee requires PHP ClamAV, and PHP ClamAV distributes a rpm for x86_64 systems like our Server (CentOS 5 x86_64).
Now, ...
1
vote
1answer
376 views
How to open a clam antivirus database file
I want to read the contents of a .CVD file (Clam AV database file).
How can I do this? I tried deleting the first 512 bytes of the file and then rename it to .tar.gz but it won't open.