WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: ClamAV 0.99.2 on TinyCoreLinux 7.2  (Read 3557 times)

Offline socratez

  • Newbie
  • *
  • Posts: 1
ClamAV 0.99.2 on TinyCoreLinux 7.2
« on: August 01, 2016, 01:49:49 PM »
I am new at TCL but keen of these nice little distro.
I would like to setup a small linux server for a central AntiVirus server based on the current version of ClamAV.
At this time I have the basic installation of TCL and the additional packages OpenSSL, OpenSSH and compiletc.
I got the current ClamAV package, untar the package at the home folder of tc, create the user clamav and start the configure task.
But I got always the error message:
configure: error: OpenSSL not found.
But the installed SSH client works well, so I expect a problem with the ClamAV package. It might be include a link to a wrong location of the SSL package?

I would be glad if someone have some ideas or can give me a hint.

Kind regards

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: ClamAV 0.99.2 on TinyCoreLinux 7.2
« Reply #1 on: August 01, 2016, 01:53:28 PM »
To compile you need the dev extensions of the deps - i.e. openssl-dev

Offline Blake

  • Newbie
  • *
  • Posts: 39
Re: ClamAV 0.99.2 on TinyCoreLinux 7.2
« Reply #2 on: January 31, 2018, 11:57:53 AM »
This procedure worked for me on 64 bit.
git clone https://github.com/Cisco-Talos/clamav-devel.git
cd clamav-devel
./configure
sudo make
sudo make install
and your ready to start scanning from terminal

Offline Blake

  • Newbie
  • *
  • Posts: 39
Re: ClamAV 0.99.2 on TinyCoreLinux 7.2
« Reply #3 on: January 31, 2018, 12:32:31 PM »
After clamav install I had to go to sudo nano /usr/local/etc/freshclam.conf

and add FROM:
# Comment or remove the line below.
Example

TO:

# Comment or remove the line below.
#Example

Then chmod 777 /usr/local/share/clamav/
finally I could update the virus database by typing
freshclam