Article 6FF0J clamav won't compile.

clamav won't compile.

by
TheNutCase
from LinuxQuestions.org on (#6FF0J)
I am in the process of trying to compile 'clamav', and when I tried to do so I got the following response back: Code:You must have a "clamav" user and group in order to run this script.
Add them with something like this:
groupadd -g 210 clamav
useradd -u 210 -d /dev/null -s /bin/false -g clamav clamavSo I did what it said, tried to compile it again - and got the exact same response.

So how should I go about resolving that issue?

And yes - I was doing it as 'root".
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments