Squid und ClamAV: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 9: | Zeile 9: | ||
'''apt install git''' | '''apt install git''' | ||
*git clone https://github.com/darold/squidclamav | *git clone https://github.com/darold/squidclamav | ||
| − | + | =Kompilieren= | |
| + | *cd squidclamav | ||
| + | *./configure && make && make install | ||
=Links= | =Links= | ||
*https://github.com/darold/squidclamav | *https://github.com/darold/squidclamav | ||
Version vom 24. September 2022, 17:27 Uhr
Installation von Clamav
- apt install c-icap clamav clamdscan libicapapi-dev libssl-dev
Tool zum kompilieren
apt install gcc make
Über git clone squidclamav Source runterladen
- Wenn noch nicht geschehen git installieren
apt install git
- git clone https://github.com/darold/squidclamav
Kompilieren
- cd squidclamav
- ./configure && make && make install