Tiny Core Linux
General TC => General TC Talk => Topic started by: socratez on August 01, 2016, 04: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
-
To compile you need the dev extensions of the deps - i.e. openssl-dev
-
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
-
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