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".
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".